Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dkwork.h137 u32 cpu_usage; member
/linux-6.12.1/tools/perf/
Dbuiltin-kwork.c141 if (l->cpu_usage > r->cpu_usage) in cpu_usage_cmp()
143 if (l->cpu_usage < r->cpu_usage) in cpu_usage_cmp()
1659 (double)work->cpu_usage / 100); in top_print_work()
2089 work->cpu_usage = work->total_runtime * 10000 / in top_calc_cpu_usage()
2139 merged_work->cpu_usage += data->cpu_usage; in top_merge_tasks()
Dbuiltin-sched.c76 u64 cpu_usage; member
205 u64 cpu_usage; member
644 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func()
715 sched->cpu_usage = 0; in wait_for_tasks()
735 sched->cpu_usage += task->cpu_usage; in wait_for_tasks()
736 task->cpu_usage = 0; in wait_for_tasks()
741 sched->runavg_cpu_usage = sched->cpu_usage; in wait_for_tasks()
742 …sched->runavg_cpu_usage = (sched->runavg_cpu_usage * (sched->replay_repeat - 1) + sched->cpu_usage in wait_for_tasks()
788 (double)sched->cpu_usage / NSEC_PER_MSEC, (double)sched->runavg_cpu_usage / NSEC_PER_MSEC); in run_one_test()