Searched refs:total_runtime (Results 1 – 2 of 2) sorted by relevance
92 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()1379 (double)work->total_runtime / NSEC_PER_MSEC); in report_print_work()1668 (double)work->total_runtime / NSEC_PER_MSEC); in top_print_work()1930 kwork->all_runtime += work->total_runtime; in perf_kwork__report()2012 stat->cpus_runtime[work->cpu].total += work->total_runtime; in top_calc_total_runtime()2013 stat->cpus_runtime[MAX_NR_CPUS].total += work->total_runtime; in top_calc_total_runtime()2024 stat->cpus_runtime[work->cpu].idle += work->total_runtime; in top_calc_idle_time()[all …]
119 u64 total_runtime; member1079 atoms->total_runtime += delta; in add_runtime_event()1360 sched->all_runtime += work_list->total_runtime; in output_lat_thread()1379 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()1443 if (l->total_runtime < r->total_runtime) in runtime_cmp()1445 if (l->total_runtime > r->total_runtime) in runtime_cmp()3437 this->total_runtime += data->total_runtime; in __merge_work_atoms()