Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-kwork.c92 if (l->total_runtime > r->total_runtime) in runtime_cmp()
94 if (l->total_runtime < r->total_runtime) in runtime_cmp()
595 work->total_runtime += delta; in report_update_exit_event()
893 work->total_runtime += delta; in top_update_runtime()
1930 kwork->all_runtime += work->total_runtime; in perf_kwork__report()
2062 if (work->total_runtime > data->total_runtime) { in top_subtract_irq_runtime()
2063 work->total_runtime -= data->total_runtime; in top_subtract_irq_runtime()
2084 if (work->total_runtime == 0) in top_calc_cpu_usage()
2091 work->cpu_usage = work->total_runtime * 10000 / in top_calc_cpu_usage()
2140 merged_work->total_runtime += data->total_runtime; in top_merge_tasks()
[all …]
H A Dbuiltin-sched.c119 u64 total_runtime; member
1079 atoms->total_runtime += delta; in add_runtime_event()
1345 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
1364 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()
1428 if (l->total_runtime < r->total_runtime) in runtime_cmp()
1430 if (l->total_runtime > r->total_runtime) in runtime_cmp()
3386 this->total_runtime += data->total_runtime; in __merge_work_atoms()
/linux-6.15/tools/perf/util/
H A Dkwork.h125 u64 total_runtime; member
H A Dbpf_kwork_top.c262 work->total_runtime = data->runtime; in add_work()
H A Dbpf_kwork.c294 work->total_runtime = data->total_time; in add_work()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_fwif.h203 u32 total_runtime; member
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_gpu_error.h104 u64 total_runtime; member
H A Di915_gpu_error.c508 ctx->total_runtime, ctx->avg_runtime); in error_print_context()
1417 e->total_runtime = intel_context_get_total_runtime_ns(ce); in record_context()
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_fwif.h446 u32 total_runtime; member
H A Dintel_guc_submission.c1237 *total = record_read(&rec_map, total_runtime); in __get_engine_usage_record()
1241 record_read(&rec_map, total_runtime) == *total) in __get_engine_usage_record()
1256 record_write(&rec_map, total_runtime, total); in __set_engine_usage_record()