diff options
author | Stefan Roesch <shr@devkernel.io> | 2023-02-10 22:46:45 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-03-29 01:20:08 +0200 |
commit | 739100c88f49a67c6487bb2d826b0b5a2ddc80e2 (patch) | |
tree | 0fbb98f3f363e46c3eaf297a12e758bf2c364e40 /MAINTAINERS | |
parent | powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN (diff) | |
download | linux-739100c88f49a67c6487bb2d826b0b5a2ddc80e2.tar.xz linux-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-- | MAINTAINERS | 1 |
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/ |