Home
last modified time | relevance | path

Searched refs:bootprofile_stackshot_flags (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.c1381 uint64_t bootprofile_stackshot_flags = 0; variable
1429 &bootprofile_stackshot_flags, sizeof(bootprofile_stackshot_flags))) { in bootprofile_init()
1430 bootprofile_stackshot_flags = 0; in bootprofile_init()
1542 flags |= bootprofile_stackshot_flags; in bootprofile_timer_call()
1549 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT) { in bootprofile_timer_call()
1569 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT && in bootprofile_timer_call()