diff options
| author | Joel Granados <joel.granados@kernel.org> | 2026-06-25 22:38:19 +0200 |
|---|---|---|
| committer | Joel Granados <joel.granados@kernel.org> | 2026-08-05 15:28:23 +0200 |
| commit | 75fe29b9aa81970c2b00e95a2ac8a2879876ccaa (patch) | |
| tree | 3e549cc410ea392f52b4f583fcc7afe53e5f28ac /tools/perf/scripts/python/bin | |
| parent | b96b5c6708eae2720053b50af4e9ef3d83a40a94 (diff) | |
sysctl: Group proc_handler declarations and document
Make four groups in the sysctl header and document each group with an
example of how to use them.
1. proc_handler : All functions that can be passed to the proc_handler
pointer in ctl_table
2. proc handler aggregators: Functions to create proc handlers with
custom converters
3. bi-directional converters: Functions to create read/write custom
converters. Can be passed to proc handler aggregators
4. uni-directional converters: Functions to create read or write custom
converters. Can be passed as args to bi-directional converters
Use just one naming convention in the declarations: 'write' becomes
'dir' and 'buffer' becomes 'buf'.
Signed-off-by: Joel Granados <joel.granados@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
