[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE_Gge39GE_a3ckgP9ezh2qq+rCBNP1MT-nWGj-5z1tEFeTsdg@mail.gmail.com>
Date: Fri, 4 Sep 2015 09:28:59 -0400
From: Raphaël Beamonte <raphael.beamonte@...il.com>
To: Matt Fleming <matt@...eblueprint.co.uk>
Cc: Jiri Olsa <jolsa@...nel.org>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
lkml <linux-kernel@...r.kernel.org>,
David Ahern <dsahern@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Steven Rostedt <rostedt@...dmis.org>
Subject: Re: [PATCH 04/15] perf tools: Move tracing_path interface into api/fs/tracing_path.c
2015-09-04 7:35 GMT-04:00 Matt Fleming <matt@...eblueprint.co.uk>:
> On Wed, 02 Sep, at 09:56:34AM, Jiri Olsa wrote:
>> 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.
>>
>> Link: http://lkml.kernel.org/n/tip-xqvrud2e3z4uynvnu3imlu2y@git.kernel.org
>> Signed-off-by: Jiri Olsa <jolsa@...nel.org>
>> ---
>> tools/lib/api/fs/Build | 1 +
>> tools/lib/api/fs/tracing_path.c | 83 ++++++++++++++++++++++++++++++++++++++
>> tools/lib/api/fs/tracing_path.h | 13 ++++++
>> tools/perf/perf.c | 2 +-
>> tools/perf/util/parse-events.c | 2 +-
>> tools/perf/util/trace-event-info.c | 2 +-
>> tools/perf/util/trace-event.c | 1 +
>> tools/perf/util/util.c | 70 --------------------------------
>> tools/perf/util/util.h | 6 ---
>> 9 files changed, 101 insertions(+), 79 deletions(-)
>> create mode 100644 tools/lib/api/fs/tracing_path.c
>> create mode 100644 tools/lib/api/fs/tracing_path.h
>
> Reviewed-by: Matt Fleming <matt.fleming@...el.com>
>
> --
> Matt Fleming, Intel Open Source Technology Center
I can get behind that too.
Reviewed-by: Raphaël Beamonte <raphael.beamonte@...il.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists