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-perf-users" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to