All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 V2] Add trace points to [m|mun|mre]map and brk
@ 2010-07-19 17:06 ` Eric B Munson
  0 siblings, 0 replies; 16+ messages in thread
From: Eric B Munson @ 2010-07-19 17:06 UTC (permalink / raw)
  To: akpm
  Cc: mingo, hugh.dickins, riel, peterz, anton, hch, linux-kernel,
	linux-mm, Eric B Munson

This patch set is a resubmit of several patches I sent out earlier that adds
trace points to the mmap family.  These events report addresses and sizes when
each function returns success.  They will be used by a userspace tool that will model memory usage.

Changes from V1:
- Group mmap, munmap, and brk into first patch (all in mmap.c) and mremap into
  second (in mremap.c)
- Use DEFINE_EVENT_CLASS and DEFINE_EVENT for mmap and brk events

Eric B Munson (2):
  Add trace points to mmap, munmap, and brk
  Add mremap trace point

 include/trace/events/mm.h |   97 +++++++++++++++++++++++++++++++++++++++++++++
 mm/mmap.c                 |   15 ++++++-
 mm/mremap.c               |    4 ++
 3 files changed, 115 insertions(+), 1 deletions(-)
 create mode 100644 include/trace/events/mm.h


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-09-03  6:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-19 17:06 [PATCH 0/2 V2] Add trace points to [m|mun|mre]map and brk Eric B Munson
2010-07-19 17:06 ` Eric B Munson
2010-07-19 17:06 ` [PATCH 1/2] Add trace points to mmap, munmap, " Eric B Munson
2010-07-19 17:06   ` Eric B Munson
2010-07-21 13:34   ` KOSAKI Motohiro
2010-07-21 13:34     ` KOSAKI Motohiro
2010-07-27 11:09     ` Eric B Munson
2010-07-27 11:17       ` KOSAKI Motohiro
2010-07-27 11:17         ` KOSAKI Motohiro
2010-09-02 13:48         ` Eric B Munson
2010-09-03  2:37           ` KOSAKI Motohiro
2010-09-03  2:37             ` KOSAKI Motohiro
2010-09-03  6:09           ` Ingo Molnar
2010-09-03  6:09             ` Ingo Molnar
2010-07-19 17:06 ` [PATCH 2/2] Add mremap trace point Eric B Munson
2010-07-19 17:06   ` Eric B Munson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.