Searched refs:total_runtime (Results 1 – 10 of 10) sorted by relevance
91 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 …]
121 u64 total_runtime; member1084 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()
124 u64 total_runtime; member
262 work->total_runtime = data->runtime; in add_work()
294 work->total_runtime = data->total_time; in add_work()
223 u32 total_runtime; member
106 u64 total_runtime; member
509 ctx->total_runtime, ctx->avg_runtime); in error_print_context()1427 e->total_runtime = intel_context_get_total_runtime_ns(ce); in record_context()
445 u32 total_runtime; member
1237 *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