All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] perf trace enhancements
@ 2013-09-28 19:12 David Ahern
  2013-09-28 19:12 ` [PATCH 1/7] perf util: Add machine method to loop over threads and invoke handler David Ahern
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: David Ahern @ 2013-09-28 19:12 UTC (permalink / raw)
  To: acme, linux-kernel; +Cc: David Ahern

Hi Arnaldo:

Some more enhancements to perf-trace. It is based on your perf/trace
branch to keep the conflicts down based on the work you are doing.

David Ahern (7):
  perf util: Add machine method to loop over threads and invoke handler
  perf trace: Use new machine method to loop over threads
  perf trace: Fix comm resolution when reading events from file
  perf trace: Add record option
  perf util: Add priv variable to intlist
  perf util: Add findnew method to intlist
  perf trace: Add summary option to dump syscall statistics

 tools/perf/Documentation/perf-trace.txt |   16 ++-
 tools/perf/builtin-trace.c              |  237 +++++++++++++++++++++++++------
 tools/perf/util/intlist.c               |   11 ++
 tools/perf/util/intlist.h               |    2 +
 tools/perf/util/machine.c               |   23 +++
 tools/perf/util/machine.h               |    4 +
 6 files changed, 246 insertions(+), 47 deletions(-)

-- 
1.7.10.1


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

end of thread, other threads:[~2013-10-15  5:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-28 19:12 [PATCH 0/7] perf trace enhancements David Ahern
2013-09-28 19:12 ` [PATCH 1/7] perf util: Add machine method to loop over threads and invoke handler David Ahern
2013-10-15  5:30   ` [tip:perf/core] perf machine: Add " tip-bot for David Ahern
2013-09-28 19:12 ` [PATCH 2/7] perf trace: Use new machine method to loop over threads David Ahern
2013-10-15  5:30   ` [tip:perf/core] " tip-bot for David Ahern
2013-09-28 19:13 ` [PATCH 3/7] perf trace: Fix comm resolution when reading events from file David Ahern
2013-10-15  5:30   ` [tip:perf/core] " tip-bot for David Ahern
2013-09-28 19:13 ` [PATCH 4/7] perf trace: Add record option David Ahern
2013-10-15  5:30   ` [tip:perf/core] " tip-bot for David Ahern
2013-09-28 19:13 ` [PATCH 5/7] perf util: Add priv variable to intlist David Ahern
2013-10-15  5:31   ` [tip:perf/core] perf intlist: Add priv member tip-bot for David Ahern
2013-09-28 19:13 ` [PATCH 6/7] perf util: Add findnew method to intlist David Ahern
2013-10-08 13:22   ` Arnaldo Carvalho de Melo
2013-09-28 19:13 ` [PATCH 7/7] perf trace: Add summary option to dump syscall statistics David Ahern
2013-10-08  1:44 ` [PATCH 0/7] perf trace enhancements David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.