Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dkern_stackshot.c262 …bool scc_did_work; /* Whether the CPU actually did any stackshot wor… member
1591 if (!cpu_ctx->scc_did_work) { in stackshot_push_duration_and_latency()
1607 if (cpu_ctx->scc_did_work) { in stackshot_push_duration_and_latency()
1615 if (PERCPU_GET_WITH_BASE(base, stackshot_cpu_ctx_percpu)->scc_did_work) { in stackshot_push_duration_and_latency()
5132 stackshot_cpu_ctx.scc_did_work = true; in kdp_stackshot_kcdata_format()
5847 stackshot_cpu_ctx.scc_did_work = false; in stackshot_cpu_preflight()
5968 stackshot_cpu_ctx.scc_did_work = true; in stackshot_aux_cpu_entry()