perf top: Add mwait_idle_with_hints to skip_symbols[]
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 26 Jul 2009 22:06:19 +0000 (19:06 -0300)
committerIngo Molnar <mingo@elte.hu>
Sun, 2 Aug 2009 11:58:16 +0000 (13:58 +0200)
We skip the display of idle routine related symbols because
they are typically rather erratic and confusing: they depend
on the IRQ rate or sometimes they dominate the profile if
they are polling based.

Add mwait_idle_with_hints too, this is one of the idle
routines on x86.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-top.c

index c0a4230..f139f1a 100644 (file)
@@ -285,6 +285,7 @@ static const char *skip_symbols[] = {
        "enter_idle",
        "exit_idle",
        "mwait_idle",
+       "mwait_idle_with_hints",
        "ppc64_runlatch_off",
        "pseries_dedicated_idle_sleep",
        NULL