]> git.baikalelectronics.ru Git - kernel.git/commit
perf kmem: Do not ignore mmap events
authorNamhyung Kim <namhyung@kernel.org>
Fri, 1 Aug 2014 05:59:31 +0000 (14:59 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Aug 2014 15:03:03 +0000 (12:03 -0300)
commitf46cfc643f648ad6990c7f76246c2c82f225b9c3
treed182bf95059d1651641bfff83bf8a9af0ef19b9e
parent2f91363784570b8e1a001d592653f7734bc9cc6e
perf kmem: Do not ignore mmap events

The perf kmem command didn't process mmap events for some unknown reason
and it instead gets symbol info from a running kernel.  This is
problematic if perf kmem record was run on a different kernel.

This patch adds the mmap event handlers and reverts the commit
3208f215414b ("perf kmem: Resolve kernel symbols again").

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1406872771-23933-1-git-send-email-namhyung@kernel.org
[ Fixed up merge conflict with Jiri's ordered_events rename patch set ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-kmem.c