2009-09-25 22:02:49

by Arnaldo Carvalho de Melo

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

Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
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


2009-09-26 05:59:05

by Eric Dumazet

[permalink] [raw]
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 <[email protected]>
> ---
> 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

2009-09-30 12:13:41

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: [tip:perf/urgent] perf top: Add poll_idle to the skip list

Commit-ID: 8357275bb919d91093bc5a959932ef7b1ea816e8
Gitweb: http://git.kernel.org/tip/8357275bb919d91093bc5a959932ef7b1ea816e8
Author: Arnaldo Carvalho de Melo <[email protected]>
AuthorDate: Fri, 25 Sep 2009 15:02:39 -0700
Committer: Ingo Molnar <[email protected]>
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 <[email protected]>
Acked-by: Eric Dumazet <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>


---
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