Lines Matching refs:stackshot_cpu_latency
381 #define stackshot_cpu_latency (*PERCPU_GET(stackshot_cpu_latency_percpu)) macro
832 stackshot_cpu_latency.total_buf += size; in stackshot_best_buffer_alloc()
850 stackshot_cpu_latency.intercluster_buf_used += size; in stackshot_best_buffer_alloc()
4658 stackshot_cpu_latency.tasks_processed++; in kdp_stackshot_record_task()
4774 stackshot_cpu_latency.threads_processed++; in kdp_stackshot_record_task()
5526 stackshot_cpu_latency.faulting_time_mt += fault_results.time_spent_faulting; in stackshot_find_phys()
5737 stackshot_cpu_latency = (typeof(stackshot_cpu_latency)) { in stackshot_cpu_preflight()
5749 …mt_cur_cpu_cycles_instrs_speculative(&stackshot_cpu_latency.total_cycles, &stackshot_cpu_latency.t… in stackshot_cpu_preflight()
5751 …stackshot_cpu_latency.init_latency_mt = stackshot_cpu_latency.total_latency_mt = mach_absolute_tim… in stackshot_cpu_preflight()
5799 stackshot_cpu_latency.workqueue_latency_mt += mach_absolute_time() - time_begin; in stackshot_cpu_work_on_queue()
5819 …stackshot_cpu_latency.init_latency_mt = mach_absolute_time() - stackshot_cpu_latency.init_latency_… in stackshot_cpu_do_work()
5842 …stackshot_cpu_latency.total_latency_mt = mach_absolute_time() - stackshot_cpu_latency.total_latenc… in stackshot_cpu_do_work()
5846 stackshot_cpu_latency.total_cycles = cycles - stackshot_cpu_latency.total_cycles; in stackshot_cpu_do_work()
5847 stackshot_cpu_latency.total_instrs = instrs - stackshot_cpu_latency.total_instrs; in stackshot_cpu_do_work()