diff options
author | Kaixiong Yu <yukaixiong@huawei.com> | 2025-01-11 10:07:36 +0300 |
---|---|---|
committer | Joel Granados <joel.granados@kernel.org> | 2025-02-07 18:53:03 +0300 |
commit | b8974b89603c601f64b302d80129b0faf4879199 (patch) | |
tree | 8c208426ad98cf1fad93346964e18a3dabaca8c6 /tools/perf/scripts/python/stackcollapse.py | |
parent | 7347586f007f7bc62bbbd1cba9d9351e4f79ebb0 (diff) | |
download | linux-b8974b89603c601f64b302d80129b0faf4879199.tar.xz |
mm: vmstat: move sysctls to mm/vmstat.c
This moves all vmstat related sysctls to its own file, removes useless
extern variable declarations, and do some related clean-ups. To avoid
compiler warnings when CONFIG_PROC_FS is not defined, add the macro
definition CONFIG_PROC_FS ahead CONFIG_NUMA in vmstat.c.
Signed-off-by: Kaixiong Yu <yukaixiong@huawei.com>
Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Joel Granados <joel.granados@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions