tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
authorJiri Olsa <jolsa@kernel.org>
Wed, 2 Sep 2015 07:56:34 +0000 (09:56 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 4 Sep 2015 15:00:45 +0000 (12:00 -0300)
commit592d5a6ba86a31681fa5e20a63a145b0a3b53c8a
tree4a37f6605fb5ab3b3b974ecf23e23cd2a46c81a3
parent65d4b265103a3cb2f0993c946815157a38797421
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c

Moving tracing_path interface into api/fs/tracing_path.c out of util.c.
It seems generic enough to be used by others, and I couldn't think of
better place.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Reviewed-by: Matt Fleming <matt.fleming@intel.com>
Reviewed-by: Raphael Beamonte <raphael.beamonte@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1441180605-24737-5-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/api/fs/Build
tools/lib/api/fs/tracing_path.c [new file with mode: 0644]
tools/lib/api/fs/tracing_path.h [new file with mode: 0644]
tools/perf/perf.c
tools/perf/util/parse-events.c
tools/perf/util/trace-event-info.c
tools/perf/util/trace-event.c
tools/perf/util/util.c
tools/perf/util/util.h