Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754370AbZKIRD1 (ORCPT ); Mon, 9 Nov 2009 12:03:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753763AbZKIRD0 (ORCPT ); Mon, 9 Nov 2009 12:03:26 -0500 Received: from ns.dcl.info.waseda.ac.jp ([133.9.216.194]:51868 "EHLO ns.dcl.info.waseda.ac.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750964AbZKIRD0 (ORCPT ); Mon, 9 Nov 2009 12:03:26 -0500 From: Hitoshi Mitake To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Hitoshi Mitake , Peter Zijlstra , Paul Mackerras Subject: [PATCH 0/4] perf bench: Common option for specifying style formatting Date: Tue, 10 Nov 2009 02:03:22 +0900 Message-Id: <1257786206-9208-1-git-send-email-mitake@dcl.info.waseda.ac.jp> X-Mailer: git-send-email 1.6.5.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1006 Lines: 24 This patch series adds new option "--format" to bench subcommand of perf. Users of perf bench will be able to specify style formatting with this option in common way. Hitoshi Mitake (4): perf bench: Add stuffs to bench.h for unified output formatting perf bench: Modify builtin-bench.c for processing common options perf bench: Modified bench/bench-messaging.c to adopt unified output formatting perf bench: Modify builtin-pipe.c for processing common options tools/perf/bench/bench.h | 9 ++++ tools/perf/bench/sched-messaging.c | 18 +++++--- tools/perf/bench/sched-pipe.c | 22 ++++++---- tools/perf/builtin-bench.c | 79 +++++++++++++++++++++++++++++------ 4 files changed, 99 insertions(+), 29 deletions(-) -- 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/