[PATCH 6/9] perf tools: Pass dso instead of dso_name to get_srcline()

2013-09-10 Thread Namhyung Kim
From: Namhyung Kim This is a preparation of next change. No functional changes are intended. Reviewed-by: Jiri Olsa Signed-off-by: Namhyung Kim --- tools/perf/util/annotate.c | 11 --- tools/perf/util/dso.h | 1 + tools/perf/util/sort.c | 2 +- tools/perf/util/srcline.c |

[PATCH 6/9] perf tools: Pass dso instead of dso_name to get_srcline()

2013-07-31 Thread Namhyung Kim
From: Namhyung Kim This is a preparation of next change. No functional changes are intended. Signed-off-by: Namhyung Kim --- tools/perf/util/annotate.c | 11 --- tools/perf/util/dso.h | 1 + tools/perf/util/sort.c | 2 +- tools/perf/util/srcline.c | 4 +++- tools/perf/uti