mbox series

[v3,0/2] mm: mmap: add mmap trace point

Message ID 20200320055823.27089-1-jaewon31.kim@samsung.com (mailing list archive)
Headers show
Series mm: mmap: add mmap trace point | expand

Message

Jaewon Kim March 20, 2020, 5:58 a.m. UTC
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 | 48 +++++++++++++++++++++++++++++++++++++++++++++
 mm/mmap.c                   | 28 ++++++++++++++++++++++++--
 3 files changed, 75 insertions(+), 22 deletions(-)
 create mode 100644 include/trace/events/mmap.h