]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit80491b87631d3a5675b32eb106fc011272671b4e
treeeb70b1b06241219f6767e86a1bb94c4162198788
parent2e178db5fe3a1562146c48ca7ce01b722cf475f4
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