Home
last modified time | relevance | path

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

/linux/tools/perf/
H A 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()
H A Dbuiltin-sched.c75 u64 cpu_usage;
202 u64 cpu_usage;
642 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; in thread_func()
711 sched->cpu_usage = 0; in wait_for_tasks()
731 sched->cpu_usage += task->cpu_usage; in wait_for_tasks()
732 task->cpu_usage = 0; in wait_for_tasks()
737 sched->runavg_cpu_usage = sched->cpu_usage; in wait_for_tasks()
738 sched->runavg_cpu_usage = (sched->runavg_cpu_usage * (sched->replay_repeat - 1) + sched->cpu_usage) / sched->replay_repeat; in wait_for_tasks()
783 (double)sched->cpu_usage / NSEC_PER_MSE in run_one_test()
76 u64 cpu_usage; global() member
205 u64 cpu_usage; global() member
[all...]
/linux/tools/perf/util/
H A Dkwork.h137 u32 cpu_usage; member