All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] perf script: split sym format option into ip, sym, dso
@ 2011-05-27 20:28 David Ahern
  2011-05-27 20:28 ` [PATCH 1/2] perf script: "sym" field really means show IP data David Ahern
  2011-05-27 20:28 ` [PATCH 2/2] perf script: make printing of dso a separate field option David Ahern
  0 siblings, 2 replies; 5+ messages in thread
From: David Ahern @ 2011-05-27 20:28 UTC (permalink / raw)
  To: linux-perf-users, linux-kernel
  Cc: acme, mingo, peterz, fweisbec, paulus, tglx, David Ahern

The option to dump events with a custom field selection assumes "sym" means
instruction pointer/callchain and the conversions to symbol and dso. This
series adds "ip" to mean dump the instruction pointer/callchain and shifts
the meaning of "sym" to symbol conversion of addresses. The "dso" option
further splits the old "sym" format into symbols and the dso it comes
from.

David Ahern (2):
  perf script: "sym" field really means show IP data
  perf script: make printing of dso a separate field option

 tools/perf/Documentation/perf-script.txt |   10 +++---
 tools/perf/builtin-script.c              |   38 ++++++++++++++-----
 tools/perf/util/session.c                |   57 +++++++++++++++++++-----------
 tools/perf/util/session.h                |    5 ++-
 4 files changed, 72 insertions(+), 38 deletions(-)

-- 
1.7.5.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27 20:28 [PATCH 0/2] perf script: split sym format option into ip, sym, dso David Ahern
2011-05-27 20:28 ` [PATCH 1/2] perf script: "sym" field really means show IP data David Ahern
2011-06-03 13:38   ` [tip:perf/core] " tip-bot for David Ahern
2011-05-27 20:28 ` [PATCH 2/2] perf script: make printing of dso a separate field option David Ahern
2011-06-03 13:38   ` [tip:perf/core] perf script: Make " tip-bot for 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.