summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorXiu Jianfeng <xiujianfeng@huawei.com>2023-07-21 09:06:07 +0000
committerIngo Molnar <mingo@kernel.org>2023-10-05 10:26:50 +0200
commite6814ec3ba1994561db9b1c05a80227d30cc18fa (patch)
treec4a652327c65502e48f9760e31e5226498126d90 /kernel/sysctl.c
parent618e77d77494bfd6273256d43eafe4368445c745 (diff)
downloadlinux-e6814ec3ba1994561db9b1c05a80227d30cc18fa.tar.gz
linux-e6814ec3ba1994561db9b1c05a80227d30cc18fa.tar.bz2
linux-e6814ec3ba1994561db9b1c05a80227d30cc18fa.zip
perf/core: Rename perf_proc_update_handler() -> perf_event_max_sample_rate_handler(), for readability
Follow the naming pattern of the other sysctl handlers in perf. Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20230721090607.172002-1-xiujianfeng@huawei.com
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r--kernel/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 354a2d294f52..2b6585751891 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -1983,7 +1983,7 @@ static struct ctl_table kern_table[] = {
.data = &sysctl_perf_event_sample_rate,
.maxlen = sizeof(sysctl_perf_event_sample_rate),
.mode = 0644,
- .proc_handler = perf_proc_update_handler,
+ .proc_handler = perf_event_max_sample_rate_handler,
.extra1 = SYSCTL_ONE,
},
{