diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index b4a39bb2b4a4..8af3d249170e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1113,6 +1113,8 @@ struct sched_entity { | |||
1113 | u64 start_runtime; | 1113 | u64 start_runtime; |
1114 | u64 avg_wakeup; | 1114 | u64 avg_wakeup; |
1115 | 1115 | ||
1116 | u64 avg_running; | ||
1117 | |||
1116 | #ifdef CONFIG_SCHEDSTATS | 1118 | #ifdef CONFIG_SCHEDSTATS |
1117 | u64 wait_start; | 1119 | u64 wait_start; |
1118 | u64 wait_max; | 1120 | u64 wait_max; |