Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dkwork.h247 u64 all_runtime; member
/linux-6.15/tools/perf/
H A Dbuiltin-kwork.c1507 (double)kwork->all_runtime / NSEC_PER_MSEC, in print_summary()
1508 time == 0 ? 0 : (double)kwork->all_runtime / time); in print_summary()
1930 kwork->all_runtime += work->total_runtime; in perf_kwork__report()
2346 .all_runtime = 0, in cmd_kwork()
H A Dbuiltin-sched.c210 u64 all_runtime; member
1345 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
3479 (double)sched->all_runtime / NSEC_PER_MSEC, sched->all_count); in perf_sched__lat()