Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dtelemetry.c1351 uint64_t bootprofile_stackshot_flags = 0; variable
1399 &bootprofile_stackshot_flags, sizeof(bootprofile_stackshot_flags))) { in bootprofile_init()
1400 bootprofile_stackshot_flags = 0; in bootprofile_init()
1512 flags |= bootprofile_stackshot_flags; in bootprofile_timer_call()
1519 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT) { in bootprofile_timer_call()
1539 if (bootprofile_stackshot_flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT && in bootprofile_timer_call()