Loading kernel/sched/debug.c +5 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,11 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m) P(se.statistics.nr_wakeups_passive); P(se.statistics.nr_wakeups_idle); #if defined(CONFIG_SMP) && defined(CONFIG_FAIR_GROUP_SCHED) P(se.avg.runnable_avg_sum); P(se.avg.runnable_avg_period); #endif { u64 avg_atom, avg_per_cpu; Loading Loading
kernel/sched/debug.c +5 −0 Original line number Diff line number Diff line Loading @@ -540,6 +540,11 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m) P(se.statistics.nr_wakeups_passive); P(se.statistics.nr_wakeups_idle); #if defined(CONFIG_SMP) && defined(CONFIG_FAIR_GROUP_SCHED) P(se.avg.runnable_avg_sum); P(se.avg.runnable_avg_period); #endif { u64 avg_atom, avg_per_cpu; Loading