Home
last modified time | relevance | path

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

/xnu-11215/doc/observability/
H A Dmt_stackshot.md51 in a `stackshot_latency_cpu` structure in the KCData. This includes information
79 `stackshot_latency_cpu` struct. This includes the total amount of buffer space
/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c380 static struct stackshot_latency_cpu PERCPU_DATA(stackshot_cpu_latency_percpu);
1489 est_extra_size += real_ncpus * sizeof(struct stackshot_latency_cpu); in get_stackshot_estsize()
1603 …kcdata, STACKSHOT_KCTYPE_LATENCY_INFO_CPU, sizeof(struct stackshot_latency_cpu), num_working_cpus,… in stackshot_push_duration_and_latency()
1607 sizeof(struct stackshot_latency_cpu)); in stackshot_push_duration_and_latency()
1608 out_addr += sizeof(struct stackshot_latency_cpu); in stackshot_push_duration_and_latency()
H A Dkcdata.h1125 struct stackshot_latency_cpu { struct
/xnu-11215/libkdd/
H A Dkcdata.h1125 struct stackshot_latency_cpu { struct
/xnu-11215/tests/
H A Dstackshot_tests.m2296 …struct stackshot_latency_cpu *latencies = (struct stackshot_latency_cpu *) kcdata_iter_payload(ite…
3476 struct stackshot_latency_cpu *cpu_latency = kcdata_iter_payload(iter);