[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1306528124-25861-1-git-send-email-dsahern@gmail.com>
Date: Fri, 27 May 2011 14:28:42 -0600
From: David Ahern <dsahern@...il.com>
To: linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: acme@...stprotocols.net, mingo@...e.hu, peterz@...radead.org,
fweisbec@...il.com, paulus@...ba.org, tglx@...utronix.de,
David Ahern <dsahern@...il.com>
Subject: [PATCH 0/2] perf script: split sym format option into ip, sym, dso
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists