[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200313011420.15995-1-jaewon31.kim@samsung.com>
Date: Fri, 13 Mar 2020 10:14:18 +0900
From: Jaewon Kim <jaewon31.kim@...sung.com>
To: willy@...radead.org, walken@...gle.com, bp@...e.de,
akpm@...ux-foundation.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
jaewon31.kim@...il.com, Jaewon Kim <jaewon31.kim@...sung.com>
Subject: [PATCH v2 0/2] mm: mmap: add mmap trace point
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
Powered by blists - more mailing lists