summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStefan Roesch <shr@devkernel.io>2023-02-10 13:46:45 -0800
committerAndrew Morton <akpm@linux-foundation.org>2023-03-28 16:20:08 -0700
commit739100c88f49a67c6487bb2d826b0b5a2ddc80e2 (patch)
tree0fbb98f3f363e46c3eaf297a12e758bf2c364e40 /MAINTAINERS
parent77f68ebeee201e8960944863c03bd7ac613ca7ed (diff)
downloadlinux-stable-739100c88f49a67c6487bb2d826b0b5a2ddc80e2.tar.gz
linux-stable-739100c88f49a67c6487bb2d826b0b5a2ddc80e2.tar.bz2
linux-stable-739100c88f49a67c6487bb2d826b0b5a2ddc80e2.zip
mm: add tracepoints to ksm
This adds the following tracepoints to ksm: - start / stop scan - ksm enter / exit - merge a page - merge a page with ksm - remove a page - remove a rmap item This patch has been split off from the RFC patch series "mm: process/cgroup ksm support". Link: https://lkml.kernel.org/r/20230210214645.2720847-1-shr@devkernel.io Signed-off-by: Stefan Roesch <shr@devkernel.io> Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1dc8bd26b6cf..a62ffb710b47 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13409,6 +13409,7 @@ F: include/linux/memory_hotplug.h
F: include/linux/mm.h
F: include/linux/mmzone.h
F: include/linux/pagewalk.h
+F: include/trace/events/ksm.h
F: mm/
F: tools/mm/
F: tools/testing/selftests/mm/