[PATCH 0/2] perf script: split sym format option into ip, sym, dso

From: David Ahern
Date: Fri May 27 2011 - 16:28:52 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/