Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-sched.c133 u64 total_runtime; member
1067 atoms->total_runtime += delta; in add_runtime_event()
1332 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
1347 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()
1407 if (l->total_runtime < r->total_runtime) in runtime_cmp()
1409 if (l->total_runtime > r->total_runtime) in runtime_cmp()
3105 this->total_runtime += data->total_runtime; in __merge_work_atoms()