[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1242811566.3260.58.camel@localhost.localdomain>
Date: Wed, 20 May 2009 14:56:06 +0530
From: Jaswinder Singh Rajput <jaswinder@...nel.org>
To: mingo@...hat.com, hpa@...or.com, paulus@...ba.org,
linux-kernel@...r.kernel.org, a.p.zijlstra@...llo.nl,
tglx@...utronix.de, fengguang.wu@...el.com, mingo@...e.hu
Cc: linux-tip-commits@...r.kernel.org
Subject: Re: [tip:perfcounters/core] perf_counter tools: tidy up in-kernel
dependencies
On Mon, 2009-03-23 at 20:57 +0000, Ingo Molnar wrote:
> Commit-ID: 4d1b100b57e8d472ca3b3a628e03c24d66cb782c
> Gitweb: http://git.kernel.org/tip/4d1b100b57e8d472ca3b3a628e03c24d66cb782c
> Author: Ingo Molnar <mingo@...e.hu>
> AuthorDate: Mon, 23 Mar 2009 21:49:25 +0100
> Committer: Ingo Molnar <mingo@...e.hu>
> CommitDate: Mon, 23 Mar 2009 21:51:35 +0100
>
> perf_counter tools: tidy up in-kernel dependencies
>
> Remove now unified perfstat.c and perf_counter.h, and link to the
> in-kernel perf_counter.h.
>
> Cc: Wu Fengguang <fengguang.wu@...el.com>
> Cc: Paul Mackerras <paulus@...ba.org>
> Acked-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> LKML-Reference: <20090323172417.677932499@...llo.nl>
> Signed-off-by: Ingo Molnar <mingo@...e.hu>
>
>
> ---
> Documentation/perf_counter/Makefile | 2 +-
> Documentation/perf_counter/kerneltop.c | 2 +-
> Documentation/perf_counter/perfcounters.h | 142 ----------------
> Documentation/perf_counter/perfstat.c | 251 -----------------------------
> 4 files changed, 2 insertions(+), 395 deletions(-)
>
> diff --git a/Documentation/perf_counter/Makefile b/Documentation/perf_counter/Makefile
> index b457497..666da95 100644
> --- a/Documentation/perf_counter/Makefile
> +++ b/Documentation/perf_counter/Makefile
> @@ -2,7 +2,7 @@ BINS = kerneltop perfstat
>
> all: $(BINS)
>
> -kerneltop: kerneltop.c perfcounters.h
> +kerneltop: kerneltop.c ../../include/linux/perf_counter.h
> cc -O6 -Wall -lrt `pkg-config --cflags --libs glib-2.0` -o $@ $<
>
> perfstat: kerneltop
Can we support Documentation/perf_counter/Makefile to use
Documentation/Makefile so that we can also get these perf_counter user
apps along with new kernel.
--
JSR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists