diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index acadcab89ef9..dfc76e172f3f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -88,6 +88,7 @@ struct sched_param { | |||
| 88 | #include <linux/hrtimer.h> | 88 | #include <linux/hrtimer.h> |
| 89 | #include <linux/task_io_accounting.h> | 89 | #include <linux/task_io_accounting.h> |
| 90 | #include <linux/kobject.h> | 90 | #include <linux/kobject.h> |
| 91 | #include <linux/latencytop.h> | ||
| 91 | 92 | ||
| 92 | #include <asm/processor.h> | 93 | #include <asm/processor.h> |
| 93 | 94 | ||
| @@ -1220,6 +1221,10 @@ struct task_struct { | |||
| 1220 | int make_it_fail; | 1221 | int make_it_fail; |
| 1221 | #endif | 1222 | #endif |
| 1222 | struct prop_local_single dirties; | 1223 | struct prop_local_single dirties; |
| 1224 | #ifdef CONFIG_LATENCYTOP | ||
| 1225 | int latency_record_count; | ||
| 1226 | struct latency_record latency_record[LT_SAVECOUNT]; | ||
| 1227 | #endif | ||
| 1223 | }; | 1228 | }; |
| 1224 | 1229 | ||
| 1225 | /* | 1230 | /* |
