diff options
Diffstat (limited to 'include/linux/latencytop.h')
-rw-r--r-- | include/linux/latencytop.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/latencytop.h b/include/linux/latencytop.h index e23121f9d82a..59ccab297ae0 100644 --- a/include/linux/latencytop.h +++ b/include/linux/latencytop.h | |||
@@ -37,6 +37,9 @@ account_scheduler_latency(struct task_struct *task, int usecs, int inter) | |||
37 | 37 | ||
38 | void clear_all_latency_tracing(struct task_struct *p); | 38 | void clear_all_latency_tracing(struct task_struct *p); |
39 | 39 | ||
40 | extern int sysctl_latencytop(struct ctl_table *table, int write, | ||
41 | void __user *buffer, size_t *lenp, loff_t *ppos); | ||
42 | |||
40 | #else | 43 | #else |
41 | 44 | ||
42 | static inline void | 45 | static inline void |