diff options
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 3afbd25f43eb..5418ef61e16e 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -81,6 +81,7 @@ extern int compat_log; | |||
| 81 | extern int maps_protect; | 81 | extern int maps_protect; |
| 82 | extern int sysctl_stat_interval; | 82 | extern int sysctl_stat_interval; |
| 83 | extern int audit_argv_kb; | 83 | extern int audit_argv_kb; |
| 84 | extern int latencytop_enabled; | ||
| 84 | 85 | ||
| 85 | /* Constants used for minimum and maximum */ | 86 | /* Constants used for minimum and maximum */ |
| 86 | #ifdef CONFIG_DETECT_SOFTLOCKUP | 87 | #ifdef CONFIG_DETECT_SOFTLOCKUP |
| @@ -416,6 +417,15 @@ static struct ctl_table kern_table[] = { | |||
| 416 | .proc_handler = &proc_dointvec_taint, | 417 | .proc_handler = &proc_dointvec_taint, |
| 417 | }, | 418 | }, |
| 418 | #endif | 419 | #endif |
| 420 | #ifdef CONFIG_LATENCYTOP | ||
| 421 | { | ||
| 422 | .procname = "latencytop", | ||
| 423 | .data = &latencytop_enabled, | ||
| 424 | .maxlen = sizeof(int), | ||
| 425 | .mode = 0644, | ||
| 426 | .proc_handler = &proc_dointvec, | ||
| 427 | }, | ||
| 428 | #endif | ||
| 419 | #ifdef CONFIG_SECURITY_CAPABILITIES | 429 | #ifdef CONFIG_SECURITY_CAPABILITIES |
| 420 | { | 430 | { |
| 421 | .procname = "cap-bound", | 431 | .procname = "cap-bound", |
