perf top: Add poll_idle to the skip list
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 25 Sep 2009 22:02:39 +0000 (15:02 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Sep 2009 11:56:54 +0000 (13:56 +0200)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <20090925220239.GA5488@ghostprotocols.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-top.c

index 1ca8889..37512e9 100644 (file)
@@ -782,6 +782,7 @@ static const char *skip_symbols[] = {
        "exit_idle",
        "mwait_idle",
        "mwait_idle_with_hints",
        "exit_idle",
        "mwait_idle",
        "mwait_idle_with_hints",
+       "poll_idle",
        "ppc64_runlatch_off",
        "pseries_dedicated_idle_sleep",
        NULL
        "ppc64_runlatch_off",
        "pseries_dedicated_idle_sleep",
        NULL