Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbootprofile.c70 uint64_t bootprofile_delta_since_timestamp = 0; variable
208 if ((flags & STACKSHOT_COLLECT_DELTA_SNAPSHOT) && (bootprofile_delta_since_timestamp == 0)) { in bootprofile_timer_call()
221 flags, bootprofile_delta_since_timestamp, 0, &retbytes); in bootprofile_timer_call()
236 bootprofile_delta_since_timestamp = timestamp; in bootprofile_timer_call()