Re: [PATCH] perf kmem: Do not ignore mmap events

2014-08-01 Thread Arnaldo Carvalho de Melo
Em Fri, Aug 01, 2014 at 02:59:31PM +0900, Namhyung Kim escreveu: > 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 mma

[PATCH] perf kmem: Do not ignore mmap events

2014-07-31 Thread Namhyung Kim
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 e727ca73f85d ("perf kmem: Resolve k