Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dkwork.h218 u64 all_runtime; member
/linux-6.1.9/tools/perf/
Dbuiltin-kwork.c1215 (double)kwork->all_runtime / NSEC_PER_MSEC, in print_summary()
1216 time == 0 ? 0 : (double)kwork->all_runtime / time); in print_summary()
1509 kwork->all_runtime += work->total_runtime; in perf_kwork__report()
1696 .all_runtime = 0, in cmd_kwork()
Dbuiltin-sched.c225 u64 all_runtime; member
1359 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
3227 (double)sched->all_runtime / NSEC_PER_MSEC, sched->all_count); in perf_sched__lat()