Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/ !
H A Dkern_stackshot.c256 …bool scc_did_work; /* Whether the CPU actually did any stackshot wor… member
1565 if (!cpu_ctx->scc_did_work) { in stackshot_push_duration_and_latency()
1581 if (cpu_ctx->scc_did_work) { in stackshot_push_duration_and_latency()
1589 if (PERCPU_GET_WITH_BASE(base, stackshot_cpu_ctx_percpu)->scc_did_work) { in stackshot_push_duration_and_latency()
5025 stackshot_cpu_ctx.scc_did_work = true; in kdp_stackshot_kcdata_format()
5738 stackshot_cpu_ctx.scc_did_work = false; in stackshot_cpu_preflight()
5859 stackshot_cpu_ctx.scc_did_work = true; in stackshot_aux_cpu_entry()