Searched refs:cpu_usage (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
H A Dtime.h204 struct cpu_usage { struct
208 DECLARE_PER_CPU(struct cpu_usage, cpu_usage_array);
/linux-4.1.27/tools/perf/
H A Dbuiltin-sched.c51 u64 cpu_usage; member in struct:task_desc
161 u64 cpu_usage; member in struct:perf_sched
532 this_task->cpu_usage = cpu_usage_1 - cpu_usage_0; thread_func()
582 sched->cpu_usage = 0; wait_for_tasks()
603 sched->cpu_usage += task->cpu_usage; wait_for_tasks()
604 task->cpu_usage = 0; wait_for_tasks()
609 sched->runavg_cpu_usage = sched->cpu_usage; wait_for_tasks()
610 sched->runavg_cpu_usage = (sched->runavg_cpu_usage * (sched->replay_repeat - 1) + sched->cpu_usage) / sched->replay_repeat; wait_for_tasks()
655 (double)sched->cpu_usage / 1e6, (double)sched->runavg_cpu_usage / 1e6); run_one_test()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dlparcfg.c60 struct cpu_usage *cu; for_each_possible_cpu()
/linux-4.1.27/arch/powerpc/kernel/
H A Dprocess.c515 DEFINE_PER_CPU(struct cpu_usage, cpu_usage_array);
874 struct cpu_usage *cu = this_cpu_ptr(&cpu_usage_array); __switch_to()
H A Dtime.c516 struct cpu_usage *cu = this_cpu_ptr(&cpu_usage_array); __timer_interrupt()

Completed in 276 milliseconds