[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4ABDAD8B.2040307@gmail.com>
Date: Sat, 26 Sep 2009 07:58:35 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Arnaldo Carvalho de Melo <acme@...hat.com>
CC: Ingo Molnar <mingo@...e.hu>,
Frédéric Weisbecker <fweisbec@...il.com>,
"H. Peter Anvin" <hpa@...or.com>,
Peter Zijlstra <peterz@...radead.org>,
Mike Galbraith <efault@....de>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 1/1] perf top: Add poll_idle to the skip list
Arnaldo Carvalho de Melo a écrit :
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
> ---
> tools/perf/builtin-top.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
> index a92e82b..15c221e 100644
> --- a/tools/perf/builtin-top.c
> +++ b/tools/perf/builtin-top.c
> @@ -779,6 +779,7 @@ static const char *skip_symbols[] = {
> "exit_idle",
> "mwait_idle",
> "mwait_idle_with_hints",
> + "poll_idle",
> "ppc64_runlatch_off",
> "pseries_dedicated_idle_sleep",
> NULL
I was about to submit same patch :)
Thanks
--
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