[PATCH 2/6] perf tools: Set kernel data mapping length

2012-11-06 Thread Namhyung Kim
From: Namhyung Kim Currently only text (function) mapping was set, so that the kernel data addresses couldn't parsed correctly. Fix it. Cc: Stephane Eranian Signed-off-by: Namhyung Kim --- tools/perf/util/machine.c | 22 +- 1 file changed, 13 insertions(+), 9

[PATCH 2/6] perf tools: Set kernel data mapping length

2012-11-06 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Currently only text (function) mapping was set, so that the kernel data addresses couldn't parsed correctly. Fix it. Cc: Stephane Eranian eran...@google.com Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/util/machine.c | 22