Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756132AbZKDNH0 (ORCPT ); Wed, 4 Nov 2009 08:07:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756057AbZKDNHZ (ORCPT ); Wed, 4 Nov 2009 08:07:25 -0500 Received: from ns.dcl.info.waseda.ac.jp ([133.9.216.194]:61189 "EHLO ns.dcl.info.waseda.ac.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756076AbZKDNHV (ORCPT ); Wed, 4 Nov 2009 08:07:21 -0500 From: Hitoshi Mitake To: Ingo Molnar , linux-kernel@vger.kernel.org Cc: Hitoshi Mitake , Rusty Russell , Thomas Gleixner , Peter Zijlstra , Mike Galbraith , Arnaldo Carvalho de Melo , =?UTF-8?q?Fr=C3=A9d=C3=A9ric=5FWeisbecker?= Subject: [PATCH v3 7/7] Adding general performance benchmarking subcommand to perf. Date: Wed, 4 Nov 2009 22:06:27 +0900 Message-Id: <1257339987-22953-8-git-send-email-mitake@dcl.info.waseda.ac.jp> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <1257339987-22953-7-git-send-email-mitake@dcl.info.waseda.ac.jp> References: <1257339987-22953-1-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257339987-22953-2-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257339987-22953-3-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257339987-22953-4-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257339987-22953-5-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257339987-22953-6-git-send-email-mitake@dcl.info.waseda.ac.jp> <1257339987-22953-7-git-send-email-mitake@dcl.info.waseda.ac.jp> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1174 Lines: 37 This patch series is version 3. But still (and always) comments are welcome. This patch modifies Makefile for new files related to 'bench' subcommand. Signed-off-by: Hitoshi Mitake Cc: Rusty Russell Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Mike Galbraith --- tools/perf/Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 7e190d5..40cd847 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -391,6 +391,11 @@ BUILTIN_OBJS += builtin-stat.o BUILTIN_OBJS += builtin-timechart.o BUILTIN_OBJS += builtin-top.o BUILTIN_OBJS += builtin-trace.o +BUILTIN_OBJS += builtin-bench.o + +# Benchmark modules +BUILTIN_OBJS += bench/sched-messaging.o +BUILTIN_OBJS += bench/sched-pipe.o PERFLIBS = $(LIB_FILE) -- 1.5.6.5 -- 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/