函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\core.c Create Date:2022-07-27 14:50:17
Last Modify:2022-05-20 07:50:19 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:perf_proc_update_handler

函数原型:int perf_proc_update_handler(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)

返回类型:int

参数:

类型参数名称
struct ctl_table *table
intwrite
void __user *buffer
size_t *lenp
loff_t *ppos
441  perf_cpu等于sysctl_perf_cpu_time_max_percent
445  如果writeperf_cpu恒等于100或perf_cpu恒等于0的值则返回:负EINVAL
448  ret等于指定大小读sysctl整数向量
449  如果ret或非write则返回:ret
452  max_samples_per_tick等于DIV_ROUND_UP(sysctl_perf_event_sample_rate, HZ)
453  perf_sample_period_ns等于NSEC_PER_SECsysctl_perf_event_sample_rate
454  update_perf_cpu_limits()
456  返回:0