Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c268 …bool scc_did_work; /* Whether the CPU actually did any stackshot wor… member
1614 if (!cpu_ctx->scc_did_work) { in stackshot_push_duration_and_latency()
1630 if (cpu_ctx->scc_did_work) { in stackshot_push_duration_and_latency()
1638 if (PERCPU_GET_WITH_BASE(base, stackshot_cpu_ctx_percpu)->scc_did_work) { in stackshot_push_duration_and_latency()
5279 stackshot_cpu_ctx.scc_did_work = true; in kdp_stackshot_kcdata_format()
6056 stackshot_cpu_ctx.scc_did_work = false; in stackshot_cpu_preflight()
6184 stackshot_cpu_ctx.scc_did_work = true; in stackshot_aux_cpu_entry()