From: David Ahern <daahern@cisco.com>
To: linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: acme@ghostprotocols.net, mingo@elte.hu, peterz@infradead.org,
fweisbec@gmail.com, paulus@samba.org, tglx@linutronix.de,
David Ahern <daahern@cisco.com>
Subject: [PATCH 0/2 v2] perf script: add support for dumping events other than trace
Date: Sun, 6 Mar 2011 15:16:33 -0700 [thread overview]
Message-ID: <1299449795-12933-1-git-send-email-daahern@cisco.com> (raw)
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
next reply other threads:[~2011-03-06 22:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-06 22:16 David Ahern [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1299449795-12933-1-git-send-email-daahern@cisco.com \
--to=daahern@cisco.com \
--cc=acme@ghostprotocols.net \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).