linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] perf, diff: multiple perf.data file support
@ 2012-12-13 13:08 Jiri Olsa
  2012-12-13 13:08 ` [PATCH 01/14] perf diff: Use internal rb tree for hists__precompute Jiri Olsa
                   ` (11 more replies)
  0 siblings, 12 replies; 18+ messages in thread
From: Jiri Olsa @ 2012-12-13 13:08 UTC (permalink / raw)
  To: linux-kernel
  Cc: Arnaldo Carvalho de Melo, Peter Zijlstra, Ingo Molnar,
	Paul Mackerras, Corey Ashford, Frederic Weisbecker, Namhyung Kim

hi,
adding support to display diff for more than 2 perf.data files.

The basic idea is describe in the initial RFC in here:
https://lkml.org/lkml/2012/11/28/200

It's rebased on current Arnaldo's perf core with Namhyung's
changes.

Attached patches:
  01/14 perf diff: Use internal rb tree for hists__precompute
  02/14 perf hists: Rename hist_entry__add_pair arguments
  03/14 perf tools: Add struct perf_hpp_fmt into hpp callbacks
  04/14 perf tools: Centralize default columns init in perf_hpp__init
  05/14 perf diff: Introducing diff_data object to hold files
  06/14 perf diff: Switching the base hists to be pairs head
  07/14 perf hists: Marking dummy hists entries
  08/14 perf diff: Display data file info ahead of the diff output
  09/14 perf diff: Move diff related columns into diff command
  10/14 perf diff: Move columns into struct data__file
  11/14 perf diff: Change diff command to work over multiple data files
  12/14 perf diff: Update perf diff documentation for multiple data comparison
  13/14 perf diff: Making compute functions static
  14/14 perf diff: Add generic order option for compute sorting

thanks,
jirka


Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
---
 tools/perf/Documentation/perf-diff.txt |  79 +++++++++--
 tools/perf/builtin-diff.c              | 673 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 tools/perf/builtin-report.c            |   1 -
 tools/perf/ui/browsers/hists.c         |  12 +-
 tools/perf/ui/gtk/browser.c            |  12 +-
 tools/perf/ui/hist.c                   | 298 ++++++++++-------------------------------
 tools/perf/ui/setup.c                  |   1 -
 tools/perf/ui/stdio/hist.c             |   4 +-
 tools/perf/util/hist.c                 |   1 +
 tools/perf/util/hist.h                 |  24 +---
 tools/perf/util/sort.h                 |   9 +-
 11 files changed, 717 insertions(+), 397 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-05-31 11:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-13 13:08 [PATCH 00/14] perf, diff: multiple perf.data file support Jiri Olsa
2012-12-13 13:08 ` [PATCH 01/14] perf diff: Use internal rb tree for hists__precompute Jiri Olsa
2013-05-23  9:17   ` Arnaldo Carvalho de Melo
2013-05-31 11:44   ` [tip:perf/core] " tip-bot for Jiri Olsa
2012-12-13 13:09 ` [PATCH 02/14] perf hists: Rename hist_entry__add_pair arguments Jiri Olsa
2013-05-31 11:46   ` [tip:perf/core] " tip-bot for Jiri Olsa
2012-12-13 13:09 ` [PATCH 03/14] perf tools: Add struct perf_hpp_fmt into hpp callbacks Jiri Olsa
2013-05-23  9:56   ` Arnaldo Carvalho de Melo
2012-12-13 13:09 ` [PATCH 04/14] perf tools: Centralize default columns init in perf_hpp__init Jiri Olsa
2013-05-23 10:01   ` Arnaldo Carvalho de Melo
2012-12-13 13:09 ` [PATCH 05/14] perf diff: Introducing diff_data object to hold files Jiri Olsa
2012-12-13 13:09 ` [PATCH 06/14] perf diff: Switching the base hists to be pairs head Jiri Olsa
2012-12-13 13:09 ` [PATCH 07/14] perf hists: Marking dummy hists entries Jiri Olsa
2012-12-13 13:09 ` [PATCH 08/14] perf diff: Display data file info ahead of the diff output Jiri Olsa
2012-12-13 13:09 ` [PATCH 09/14] perf diff: Move diff related columns into diff command Jiri Olsa
2012-12-13 13:09 ` [PATCH 11/14] perf diff: Change diff command to work over multiple data files Jiri Olsa
2012-12-13 13:10 ` [PATCH 00/14] perf, diff: multiple perf.data file support Jiri Olsa
2012-12-17  4:55 ` Namhyung Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).