diff options
Diffstat (limited to 'kernel/sched/debug.c')
-rw-r--r-- | kernel/sched/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index 5261ee0c35b9..b2bb6caa6a5b 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c @@ -324,6 +324,8 @@ do { \ P(efficiency); P(cur_freq); P(max_freq); + P(static_cpu_pwr_cost); + P(static_cluster_pwr_cost); #endif #ifdef CONFIG_SCHED_HMP P(hmp_stats.nr_big_tasks); |