Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dtelemetry.c1593 uint64_t bootprofile_stackshot_flags = 0; variable
1641 &bootprofile_stackshot_flags, sizeof(bootprofile_stackshot_flags))) { in bootprofile_init()
1642 bootprofile_stackshot_flags = 0; in bootprofile_init()
1754 flags |= bootprofile_stackshot_flags; in bootprofile_timer_call()
1761 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT) { in bootprofile_timer_call()
1781 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT && in bootprofile_timer_call()