[PATCH 4/9] perf tools: Factor out get/free_srcline()

2013-09-10 Thread Namhyung Kim
From: Namhyung Kim Currently external addr2line tool is used for srcline sort key and annotate with srcline info. Separate the common code to prepare upcoming enhancements. Reviewed-by: Jiri Olsa Signed-off-by: Namhyung Kim --- tools/perf/Makefile| 1 + tools/perf/util/annotate.c |

[PATCH 4/9] perf tools: Factor out get/free_srcline()

2013-07-31 Thread Namhyung Kim
From: Namhyung Kim Currently external addr2line tool is used for srcline sort key and annotate with srcline info. Separate the common code to prepare upcoming enhancements. Signed-off-by: Namhyung Kim --- tools/perf/Makefile| 1 + tools/perf/util/annotate.c | 20 ++- tools/pe