Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dtelemetry.c1646 uint64_t bootprofile_stackshot_flags = 0; variable
1694 &bootprofile_stackshot_flags, sizeof(bootprofile_stackshot_flags))) { in bootprofile_init()
1695 bootprofile_stackshot_flags = 0; in bootprofile_init()
1807 flags |= bootprofile_stackshot_flags; in bootprofile_timer_call()
1814 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT) { in bootprofile_timer_call()
1834 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT && in bootprofile_timer_call()