Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH 1/1] perf top: Add poll_idle to the skip list

8 views
Skip to first unread message

Arnaldo Carvalho de Melo

unread,
Sep 25, 2009, 6:10:06 PM9/25/09
to
Signed-off-by: Arnaldo Carvalho de Melo <ac...@redhat.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
--
1.6.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Eric Dumazet

unread,
Sep 26, 2009, 2:00:12 AM9/26/09
to
Arnaldo Carvalho de Melo a �crit :

> Signed-off-by: Arnaldo Carvalho de Melo <ac...@redhat.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

tip-bot for Arnaldo Carvalho de Melo

unread,
Sep 30, 2009, 8:20:06 AM9/30/09
to
Commit-ID: 8357275bb919d91093bc5a959932ef7b1ea816e8
Gitweb: http://git.kernel.org/tip/8357275bb919d91093bc5a959932ef7b1ea816e8
Author: Arnaldo Carvalho de Melo <ac...@redhat.com>
AuthorDate: Fri, 25 Sep 2009 15:02:39 -0700
Committer: Ingo Molnar <mi...@elte.hu>
CommitDate: Wed, 30 Sep 2009 13:56:54 +0200

perf top: Add poll_idle to the skip list

Signed-off-by: Arnaldo Carvalho de Melo <ac...@redhat.com>

Acked-by: Eric Dumazet <eric.d...@gmail.com>
Cc: Frederic Weisbecker <fwei...@gmail.com>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Mike Galbraith <efa...@gmx.de>
LKML-Reference: <2009092522...@ghostprotocols.net>
Signed-off-by: Ingo Molnar <mi...@elte.hu>


---
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 1ca8889..37512e9 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -782,6 +782,7 @@ static const char *skip_symbols[] = {


"exit_idle",
"mwait_idle",
"mwait_idle_with_hints",
+ "poll_idle",
"ppc64_runlatch_off",
"pseries_dedicated_idle_sleep",
NULL
--

0 new messages