linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5 v3] perf script: add support for dumping events other than trace
@ 2011-03-08 17:45 David Ahern
  2011-03-08 17:45 ` [PATCH 1/5] perf script: change process_event prototype David Ahern
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David Ahern @ 2011-03-08 17:45 UTC (permalink / raw)
  To: linux-perf-users, linux-kernel
  Cc: acme, mingo, peterz, fweisbec, paulus, tglx, David Ahern

v2 -> v3:
- removed show-unresolved option
- setup different output defaults based on event type
- moved printing of comm, pid/tid, time and event name from print_event to
  builtin-script and renamed print_event to print_trace_event
- removed unneeded cursor depth check
- updated to latest perf-core to get Arnaldo's recent makeovers
- created smaller, focused patches 

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 (5):
  perf script: change process_event prototype
  perf script: move printing of 'common' data from print_event and
    rename
  perf script: support custom field selection for output
  perf script: add support for dumping symbols
  perf script: add support for H/W and S/W events

 tools/perf/Documentation/perf-script.txt           |   22 ++
 tools/perf/builtin-script.c                        |  296 ++++++++++++++++++--
 tools/perf/util/parse-events.c                     |   22 ++
 tools/perf/util/parse-events.h                     |    1 +
 .../perf/util/scripting-engines/trace-event-perl.c |   11 +-
 .../util/scripting-engines/trace-event-python.c    |   11 +-
 tools/perf/util/session.c                          |   61 ++++
 tools/perf/util/session.h                          |    4 +
 tools/perf/util/trace-event-parse.c                |  106 +-------
 tools/perf/util/trace-event-scripting.c            |    9 +-
 tools/perf/util/trace-event.h                      |   10 +-
 11 files changed, 416 insertions(+), 137 deletions(-)

-- 
1.7.4

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

end of thread, other threads:[~2011-03-08 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 17:45 [PATCH 0/5 v3] perf script: add support for dumping events other than trace David Ahern
2011-03-08 17:45 ` [PATCH 1/5] perf script: change process_event prototype David Ahern
2011-03-08 17:45 ` [PATCH 2/5] perf script: move printing of 'common' data from print_event and rename David Ahern
2011-03-08 17:45 ` [PATCH 3/5] perf script: support custom field selection for output David Ahern
2011-03-08 17:45 ` [PATCH 4/5] perf script: add support for dumping symbols David Ahern
2011-03-08 17:45 ` [PATCH 5/5] perf script: add support for H/W and S/W events David Ahern

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