Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dkwork.h121 u64 total_runtime; member
Dbpf_kwork.c288 work->total_runtime = data->total_time; in add_work()
/linux-6.1.9/tools/perf/
Dbuiltin-kwork.c79 if (l->total_runtime > r->total_runtime) in runtime_cmp()
81 if (l->total_runtime < r->total_runtime) in runtime_cmp()
483 work->total_runtime += delta; in report_update_exit_event()
1087 (double)work->total_runtime / NSEC_PER_MSEC); in report_print_work()
1509 kwork->all_runtime += work->total_runtime; in perf_kwork__report()
Dbuiltin-sched.c138 u64 total_runtime; member
1093 atoms->total_runtime += delta; in add_runtime_event()
1359 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
1375 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()
1435 if (l->total_runtime < r->total_runtime) in runtime_cmp()
1437 if (l->total_runtime > r->total_runtime) in runtime_cmp()
3164 this->total_runtime += data->total_runtime; in __merge_work_atoms()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_gpu_error.h103 u64 total_runtime; member
Di915_gpu_error.c506 ctx->total_runtime, ctx->avg_runtime); in error_print_context()
1395 e->total_runtime = intel_context_get_total_runtime_ns(rq->context); in record_context()
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_fwif.h412 u32 total_runtime; member
Dintel_guc_submission.c1207 *total = record_read(&rec_map, total_runtime); in __get_engine_usage_record()
1211 record_read(&rec_map, total_runtime) == *total) in __get_engine_usage_record()