[PATCH 5/9] perf tools: Do not try to call addr2line for non-binary files

2013-09-10 Thread Namhyung Kim
From: Namhyung Kim No need to call addr2line since they don't have such information. Reviewed-by: Jiri Olsa Signed-off-by: Namhyung Kim --- tools/perf/util/sort.c| 3 --- tools/perf/util/srcline.c | 11 +-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/tools/perf

[PATCH 5/9] perf tools: Do not try to call addr2line for non-binary files

2013-07-31 Thread Namhyung Kim
From: Namhyung Kim No need to call addr2line since they don't have such information. Signed-off-by: Namhyung Kim --- tools/perf/util/sort.c| 3 --- tools/perf/util/srcline.c | 11 +-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/tools/perf/util/sort.c b/tools/per