Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754845Ab1CFWQJ (ORCPT ); Sun, 6 Mar 2011 17:16:09 -0500 Received: from sj-iport-5.cisco.com ([171.68.10.87]:43886 "EHLO sj-iport-5.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448Ab1CFWQF (ORCPT ); Sun, 6 Mar 2011 17:16:05 -0500 X-IronPort-AV: E=Sophos;i="4.62,272,1297036800"; d="scan'208";a="340616005" 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 v2] perf script: add support for dumping events other than trace Date: Sun, 6 Mar 2011 15:16:33 -0700 Message-Id: <1299449795-12933-1-git-send-email-daahern@cisco.com> X-Mailer: git-send-email 1.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1357 Lines: 32 v1 -> v2: - fixed process_event handler in trace-event-perl - removed unneeded call to callchain_register_param - corrected walking of callchains in perf_session__print_symbols - complete rewrite for handling non-tracepoint events David Ahern (2): perf script: change process_event prototype perf script: support custom field selection for output tools/perf/Documentation/perf-script.txt | 24 ++ tools/perf/builtin-script.c | 234 ++++++++++++++++++-- tools/perf/util/output.h | 18 ++ .../perf/util/scripting-engines/trace-event-perl.c | 12 +- .../util/scripting-engines/trace-event-python.c | 12 +- tools/perf/util/session.c | 75 +++++++ tools/perf/util/session.h | 5 + tools/perf/util/trace-event-parse.c | 71 +++++-- tools/perf/util/trace-event-scripting.c | 10 +- tools/perf/util/trace-event.h | 8 +- 10 files changed, 420 insertions(+), 49 deletions(-) create mode 100644 tools/perf/util/output.h -- 1.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/