From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756431Ab1E0U2u (ORCPT ); Fri, 27 May 2011 16:28:50 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:51303 "EHLO mail-px0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752796Ab1E0U2t (ORCPT ); Fri, 27 May 2011 16:28:49 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ftB/Qinw4j0V5zPaapapeKWqRaGJ4L1P8DuDKFJ7SBp7PMfN0V+YBvy1BWKAl3ntvN lhZKRW21iAtEzbkuVZwprI8yN8WHdjKKyyD7YLc1gqKMQygl5xkYo+c2Bv14R580UMzq f5Ji+32EqvDtPNUuI4Z9E6/9vEPbvbKHfjkpQ= From: David Ahern 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 Subject: [PATCH 0/2] perf script: split sym format option into ip, sym, dso Date: Fri, 27 May 2011 14:28:42 -0600 Message-Id: <1306528124-25861-1-git-send-email-dsahern@gmail.com> X-Mailer: git-send-email 1.7.5.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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