diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2009-09-25 15:02:39 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-09-30 13:56:54 +0200 |
commit | 8357275bb919d91093bc5a959932ef7b1ea816e8 (patch) | |
tree | 34d4bec5725ce1f6e2212b4c64f9ef0578659586 | |
parent | 17d857be649a21ca90008c6dc425d849fa83db5c (diff) |
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]>
-rw-r--r-- | 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 1ca88896eee4..37512e936235 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 |