[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091124153259.GE21821@elte.hu>
Date: Tue, 24 Nov 2009 16:32:59 +0100
From: Ingo Molnar <mingo@...e.hu>
To: John Kacur <jkacur@...hat.com>
Cc: linux-kernel@...r.kernel.org,
Frederic Weisbecker <fweisbec@...il.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>, acme@...hat.com
Subject: Re: [PATCH] Perf-tools create common process_event functions
* John Kacur <jkacur@...hat.com> wrote:
> This continues the effort to prevent bit-rot in perf-annotate by using
> common functions for perf-report and perf-annotate where possible.
>
> This creates the process.[ch] files.
> More functions can be added here after - but this is a working step
> in the process.
>
> John Kacur (2):
> perf-tools: Add perf.data to .gitignore
> perf-tools: Use common process_event functions for annotate and
> report
>
> tools/perf/.gitignore | 1 +
> tools/perf/Makefile | 2 +
> tools/perf/builtin-annotate.c | 56 +--------------------------------
> tools/perf/builtin-report.c | 63 +------------------------------------
> tools/perf/util/process_event.c | 53 +++++++++++++++++++++++++++++++
> tools/perf/util/process_event.h | 29 +++++++++++++++++
> tools/perf/util/process_events.c | 64 ++++++++++++++++++++++++++++++++++++++
> tools/perf/util/process_events.h | 35 ++++++++++++++++++++
> 8 files changed, 187 insertions(+), 116 deletions(-)
> create mode 100644 tools/perf/util/process_event.c
> create mode 100644 tools/perf/util/process_event.h
> create mode 100644 tools/perf/util/process_events.c
> create mode 100644 tools/perf/util/process_events.h
Nice cleanups, applied to tip:perf/core, thanks John!
Ingo
--
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