Home
last modified time | relevance | path

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

/linux/tools/perf/
A Dbuiltin-kwork.c91 if (l->total_runtime > r->total_runtime) in runtime_cmp()
93 if (l->total_runtime < r->total_runtime) in runtime_cmp()
594 work->total_runtime += delta; in report_update_exit_event()
892 work->total_runtime += delta; in top_update_runtime()
1928 kwork->all_runtime += work->total_runtime; in perf_kwork__report()
2060 if (work->total_runtime > data->total_runtime) { in top_subtract_irq_runtime()
2061 work->total_runtime -= data->total_runtime; in top_subtract_irq_runtime()
2082 if (work->total_runtime == 0) in top_calc_cpu_usage()
2089 work->cpu_usage = work->total_runtime * 10000 / in top_calc_cpu_usage()
2138 merged_work->total_runtime += data->total_runtime; in top_merge_tasks()
[all …]
A Dbuiltin-sched.c121 u64 total_runtime; member
1084 atoms->total_runtime += delta; in add_runtime_event()
1350 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
1369 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()
1433 if (l->total_runtime < r->total_runtime) in runtime_cmp()
1435 if (l->total_runtime > r->total_runtime) in runtime_cmp()
3376 this->total_runtime += data->total_runtime; in __merge_work_atoms()
/linux/tools/perf/util/
A Dkwork.h124 u64 total_runtime; member
A Dbpf_kwork_top.c262 work->total_runtime = data->runtime; in add_work()
A Dbpf_kwork.c294 work->total_runtime = data->total_time; in add_work()
/linux/drivers/gpu/drm/xe/
A Dxe_guc_fwif.h223 u32 total_runtime; member
/linux/drivers/gpu/drm/i915/
A Di915_gpu_error.h106 u64 total_runtime; member
A Di915_gpu_error.c509 ctx->total_runtime, ctx->avg_runtime); in error_print_context()
1427 e->total_runtime = intel_context_get_total_runtime_ns(ce); in record_context()
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_fwif.h445 u32 total_runtime; member
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()

Completed in 43 milliseconds