[PATCH 0/2 v2] perf script: add support for dumping events other than trace

From: David Ahern
Date: Sun Mar 06 2011 - 17:16:15 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/