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

From: tip-bot for Arnaldo Carvalho de Melo
Date: Wed Sep 30 2009 - 08:13:50 EST


Commit-ID: 8357275bb919d91093bc5a959932ef7b1ea816e8
Gitweb: http://git.kernel.org/tip/8357275bb919d91093bc5a959932ef7b1ea816e8
Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
AuthorDate: Fri, 25 Sep 2009 15:02:39 -0700
Committer: Ingo Molnar <mingo@xxxxxxx>
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 <acme@xxxxxxxxxx>
Acked-by: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Cc: Frederic Weisbecker <fweisbec@xxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Mike Galbraith <efault@xxxxxx>
LKML-Reference: <20090925220239.GA5488@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>


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