linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] perf script: add support for S/W events and H/W based profiling
@ 2011-03-02 17:29 David Ahern
  2011-03-02 17:29 ` [PATCH 1/3] perf script: change process_event prototype David Ahern
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: David Ahern @ 2011-03-02 17:29 UTC (permalink / raw)
  To: linux-perf-users, linux-kernel
  Cc: acme, mingo, peterz, fweisbec, paulus, tglx, David Ahern

Pulling this part of the time-of-day series since the functionality is
independent.

David Ahern (3):
  perf script: change process_event prototype
  perf script: prepare to handle more than tracepoint events
  perf script: dump software events and samples from hardware-based
    profiling

 tools/perf/Documentation/perf-script.txt           |   19 +++
 tools/perf/builtin-script.c                        |  118 ++++++++++++++-----
 .../util/scripting-engines/trace-event-python.c    |   20 +++-
 tools/perf/util/session.c                          |  113 +++++++++++++++++++
 tools/perf/util/session.h                          |    6 +
 tools/perf/util/trace-event-parse.c                |    4 +-
 tools/perf/util/trace-event-scripting.c            |    8 +-
 tools/perf/util/trace-event.h                      |   10 +-
 8 files changed, 253 insertions(+), 45 deletions(-)

-- 
1.7.4

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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 17:29 [PATCH 0/3] perf script: add support for S/W events and H/W based profiling David Ahern
2011-03-02 17:29 ` [PATCH 1/3] perf script: change process_event prototype David Ahern
2011-03-03  2:40   ` Frederic Weisbecker
2011-03-03 14:11     ` David Ahern
2011-03-03 17:07       ` Frederic Weisbecker
2011-03-02 17:29 ` [PATCH 2/3] perf script: prepare to handle more than tracepoint events David Ahern
2011-03-02 17:29 ` [PATCH 3/3] perf script: dump software events and samples from hardware-based profiling David Ahern
2011-03-03  3:05   ` Frederic Weisbecker
2011-03-03 14:20     ` David Ahern
2011-03-03 17:19       ` Frederic Weisbecker
2011-03-03 17:30         ` David Ahern
2011-03-03 18:06           ` 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).