Re: [PATCH v4] perf tools: Fix build-id matching on vmlinux

2014-09-28 Thread Namhyung Kim
Hi Ingo and Arnaldo, On Wed, 24 Sep 2014 09:33:56 +0200, Ingo Molnar wrote: > * Namhyung Kim wrote: >> @@ -1062,8 +1063,26 @@ static int machine__process_kernel_mmap_event(struct >> machine *machine, >> * Should be there already, from the build-id table in >> * the he

Re: [PATCH v4] perf tools: Fix build-id matching on vmlinux

2014-09-24 Thread Ingo Molnar
* Namhyung Kim wrote: > There's a problem on finding correct kernel symbols when perf report > runs on a different kernel. Although a part of the problem was solved > by the prior commit 0a7e6d1b6844 ("perf tools: Check recorded kernel > version when finding vmlinux"), there's a remaining probl

[PATCH v4] perf tools: Fix build-id matching on vmlinux

2014-09-22 Thread Namhyung Kim
There's a problem on finding correct kernel symbols when perf report runs on a different kernel. Although a part of the problem was solved by the prior commit 0a7e6d1b6844 ("perf tools: Check recorded kernel version when finding vmlinux"), there's a remaining problem still. When perf records samp