linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] perf script: add support for dumping events other than trace
@ 2011-03-06 22:16 David Ahern
  2011-03-06 22:16 ` [PATCH 1/2] perf script: change process_event prototype David Ahern
  2011-03-06 22:16 ` [PATCH 2/2] perf script: support custom field selection for output David Ahern
  0 siblings, 2 replies; 6+ messages in thread
From: David Ahern @ 2011-03-06 22:16 UTC (permalink / raw)
  To: linux-perf-users, linux-kernel
  Cc: acme, mingo, peterz, fweisbec, paulus, tglx, David Ahern

v1 -> v2:
- fixed process_event handler in trace-event-perl
- removed unneeded call to callchain_register_param
- corrected walking of callchains in perf_session__print_symbols
- complete rewrite for handling non-tracepoint events


David Ahern (2):
  perf script: change process_event prototype
  perf script: support custom field selection for output

 tools/perf/Documentation/perf-script.txt           |   24 ++
 tools/perf/builtin-script.c                        |  234 ++++++++++++++++++--
 tools/perf/util/output.h                           |   18 ++
 .../perf/util/scripting-engines/trace-event-perl.c |   12 +-
 .../util/scripting-engines/trace-event-python.c    |   12 +-
 tools/perf/util/session.c                          |   75 +++++++
 tools/perf/util/session.h                          |    5 +
 tools/perf/util/trace-event-parse.c                |   71 +++++--
 tools/perf/util/trace-event-scripting.c            |   10 +-
 tools/perf/util/trace-event.h                      |    8 +-
 10 files changed, 420 insertions(+), 49 deletions(-)
 create mode 100644 tools/perf/util/output.h

-- 
1.7.4

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

end of thread, other threads:[~2011-03-07 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-06 22:16 [PATCH 0/2 v2] perf script: add support for dumping events other than trace David Ahern
2011-03-06 22:16 ` [PATCH 1/2] perf script: change process_event prototype David Ahern
2011-03-06 22:16 ` [PATCH 2/2] perf script: support custom field selection for output David Ahern
2011-03-07 16:50   ` Frederic Weisbecker
2011-03-07 17:41     ` David Ahern
2011-03-07 18:23       ` Frederic Weisbecker

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).