Re: [PATCH 1/2] perf probe: export get_real_path

2015-02-25 Thread Masami Hiramatsu
(2015/02/26 16:12), Naohiro Aota wrote: > Export it to use from util/probe-finder.c Please fold this in to the next patch, since this exported symbol is not used until applying the next one. BTW, since get_real_path is compiled only when HAVE_DWARF_SUPPORT=y, we can also move it into

[PATCH 1/2] perf probe: export get_real_path

2015-02-25 Thread Naohiro Aota
Export it to use from util/probe-finder.c Signed-off-by: Naohiro Aota --- tools/perf/util/probe-event.c | 2 +- tools/perf/util/probe-event.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index

Re: [PATCH 1/2] perf probe: export get_real_path

2015-02-25 Thread Masami Hiramatsu
(2015/02/26 16:12), Naohiro Aota wrote: Export it to use from util/probe-finder.c Please fold this in to the next patch, since this exported symbol is not used until applying the next one. BTW, since get_real_path is compiled only when HAVE_DWARF_SUPPORT=y, we can also move it into

[PATCH 1/2] perf probe: export get_real_path

2015-02-25 Thread Naohiro Aota
Export it to use from util/probe-finder.c Signed-off-by: Naohiro Aota na...@elisp.net --- tools/perf/util/probe-event.c | 2 +- tools/perf/util/probe-event.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index