Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755120AbZKQPUv (ORCPT ); Tue, 17 Nov 2009 10:20:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754882AbZKQPUc (ORCPT ); Tue, 17 Nov 2009 10:20:32 -0500 Received: from ns.dcl.info.waseda.ac.jp ([133.9.216.194]:56901 "EHLO ns.dcl.info.waseda.ac.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754873AbZKQPUa (ORCPT ); Tue, 17 Nov 2009 10:20:30 -0500 From: Hitoshi Mitake To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Hitoshi Mitake , Peter Zijlstra , Paul Mackerras , Frederic Weisbecker , Ling Ma Subject: [PATCH v3 4/4] perf bench: Modify Makefile for new source file mem-memcpy.c Date: Wed, 18 Nov 2009 00:20:12 +0900 Message-Id: <1258471212-30281-4-git-send-email-mitake@dcl.info.waseda.ac.jp> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <20091118.001801.107761308.mitake@dcl.info.waseda.ac.jp> References: <20091118.001801.107761308.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: 1064 Lines: 32 This patch modifies Makefile to build new source file mem-memcpy.c, benchmark suite for memcpy() performance. Signed-off-by: Hitoshi Mitake Cc: Peter Zijlstra Cc: Paul Mackerras Cc: Frederic Weisbecker Cc: Ling Ma --- tools/perf/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 5d1a8b0..b356987 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -430,6 +430,7 @@ BUILTIN_OBJS += builtin-bench.o # Benchmark modules BUILTIN_OBJS += bench/sched-messaging.o BUILTIN_OBJS += bench/sched-pipe.o +BUILTIN_OBJS += bench/mem-memcpy.o BUILTIN_OBJS += builtin-help.o BUILTIN_OBJS += builtin-sched.o -- 1.6.5.2 -- 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/