mbox series

[0/3] mmap: mmap_lock: some improvments

Message ID 20210729092756.38032-1-ligang.bdlg@bytedance.com (mailing list archive)
Headers show
Series mmap: mmap_lock: some improvments | expand

Message

Gang Li July 29, 2021, 9:27 a.m. UTC
This series make some improvments for mmap_lock.
Please review!

Gang Li (3):
  mm: mmap_lock: remove redundant "\n" in TP_printk
  mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FN
  mm: mmap_lock: add ip to mmap_lock tracepoints

 include/trace/events/mmap_lock.h | 65 +++++++++++++-------------------
 mm/mmap_lock.c                   |  6 +--
 2 files changed, 29 insertions(+), 42 deletions(-)