[PATCH v2 0/2] mm: mmap: add mmap trace point

From: Jaewon Kim
Date: Thu Mar 12 2020 - 21:14:36 EST


Create mmap trace file and add trace point of vm_unmapped_area.

To include mmap trace, remove inline of vm_unmapped_area and move code
to mmap.c. There is no logical change.

Jaewon Kim (2):
mmap: remove inline of vm_unmapped_area
mm: mmap: add trace point of vm_unmapped_area

include/linux/mm.h | 21 +-----------------
include/trace/events/mmap.h | 52 +++++++++++++++++++++++++++++++++++++++++++++
mm/mmap.c | 24 +++++++++++++++++++++
3 files changed, 77 insertions(+), 20 deletions(-)
create mode 100644 include/trace/events/mmap.h

--
2.13.7