public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: acme@ghostprotocols.net, mingo@elte.hu, peterz@infradead.org,
	fweisbec@gmail.com, paulus@samba.org, tglx@linutronix.de,
	David Ahern <dsahern@gmail.com>
Subject: [PATCH 0/2] perf script: split sym format option into ip, sym, dso
Date: Fri, 27 May 2011 14:28:42 -0600	[thread overview]
Message-ID: <1306528124-25861-1-git-send-email-dsahern@gmail.com> (raw)

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


             reply	other threads:[~2011-05-27 20:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-27 20:28 David Ahern [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1306528124-25861-1-git-send-email-dsahern@gmail.com \
    --to=dsahern@gmail.com \
    --cc=acme@ghostprotocols.net \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox