OSDN Git Service

perf tools: Add default handler for mmap2 events
authorDavid Ahern <dsahern@gmail.com>
Mon, 23 Sep 2013 01:44:59 +0000 (19:44 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 4 Oct 2013 18:16:04 +0000 (15:16 -0300)
commit6adb0b0ae26fcc35cfec068d71f13863faac5b44
treeeb70b1b06241219f6767e86a1bb94c4162198788
parentd8b11a0cbd1c66ce283eb9dabe0498dfa6483f32
perf tools: Add default handler for mmap2 events

Commands that do not implement an mmap2 handler should at least not die
with a segfault when processing files with MMAP2 events.

Signed-off-by: David Ahern <dsahern@gmail.com>
Link: http://lkml.kernel.org/r/1379900700-5186-5-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c