Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c376 #define stackshot_cpu_latency (*PERCPU_GET(stackshot_cpu_latency_percpu)) macro
827 stackshot_cpu_latency.total_buf += size; in stackshot_best_buffer_alloc()
845 stackshot_cpu_latency.intercluster_buf_used += size; in stackshot_best_buffer_alloc()
4629 stackshot_cpu_latency.tasks_processed++; in kdp_stackshot_record_task()
4745 stackshot_cpu_latency.threads_processed++; in kdp_stackshot_record_task()
5497 stackshot_cpu_latency.faulting_time_mt += fault_results.time_spent_faulting; in stackshot_find_phys()
5708 stackshot_cpu_latency = (typeof(stackshot_cpu_latency)) { in stackshot_cpu_preflight()
5720 …mt_cur_cpu_cycles_instrs_speculative(&stackshot_cpu_latency.total_cycles, &stackshot_cpu_latency.t… in stackshot_cpu_preflight()
5722stackshot_cpu_latency.init_latency_mt = stackshot_cpu_latency.total_latency_mt = mach_absolute_tim… in stackshot_cpu_preflight()
5770 stackshot_cpu_latency.workqueue_latency_mt += mach_absolute_time() - time_begin; in stackshot_cpu_work_on_queue()
[all …]