Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dtelemetry.c1638 uint64_t bootprofile_stackshot_flags = 0; variable
1686 &bootprofile_stackshot_flags, sizeof(bootprofile_stackshot_flags))) { in bootprofile_init()
1687 bootprofile_stackshot_flags = 0; in bootprofile_init()
1799 flags |= bootprofile_stackshot_flags; in bootprofile_timer_call()
1806 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT) { in bootprofile_timer_call()
1826 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT && in bootprofile_timer_call()