Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756962Ab2ECPaN (ORCPT ); Thu, 3 May 2012 11:30:13 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:42873 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753871Ab2ECPaL (ORCPT ); Thu, 3 May 2012 11:30:11 -0400 Subject: Re: [PATCH 08/13] perf target: Split out perf_target handling code From: Namhyung Kim To: Arnaldo Carvalho de Melo Cc: Namhyung Kim , Peter Zijlstra , Paul Mackerras , Ingo Molnar , LKML , David Ahern In-Reply-To: <20120503152746.GA8807@infradead.org> References: <1335417327-11796-1-git-send-email-namhyung.kim@lge.com> <1335417327-11796-9-git-send-email-namhyung.kim@lge.com> <20120502183026.GC5745@infradead.org> <1336055987.1493.17.camel@leonhard> <20120503152746.GA8807@infradead.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 04 May 2012 00:30:05 +0900 Message-ID: <1336059005.1493.27.camel@leonhard> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1516 Lines: 40 2012-05-03 (목), 12:27 -0300, Arnaldo Carvalho de Melo: > Em Thu, May 03, 2012 at 11:39:47PM +0900, Namhyung Kim escreveu: > > 2012-05-02 (수), 15:30 -0300, Arnaldo Carvalho de Melo: > > > Em Thu, Apr 26, 2012 at 02:15:22PM +0900, Namhyung Kim escreveu: > > > > For further work on perf_target, it'd be better off splitting > > > > the code into a separate file. > > > > > > > > Signed-off-by: Namhyung Kim > > > > --- > > > > tools/perf/Makefile | 2 ++ > > > > tools/perf/perf.h | 9 +-------- > > > > tools/perf/util/evlist.c | 1 + > > > > tools/perf/util/evsel.c | 1 + > > > > tools/perf/util/target.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ > > > > tools/perf/util/target.h | 17 +++++++++++++++++ > > > > tools/perf/util/usage.c | 34 ---------------------------------- > > > > tools/perf/util/util.h | 2 -- > > > > 8 files changed, 67 insertions(+), 44 deletions(-) > > > > create mode 100644 tools/perf/util/target.c > > > > create mode 100644 tools/perf/util/target.h > > > > > > Trying to fix this now... > > > > > > > Oops, sorry. I'll investigate it tomorrow. > > > > I fixed it, its on my latest perf/core pull req to Ingo. > Cool :). Thanks a lot, Arnaldo. Namhyung -- 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/