From: Arnaldo Carvalho de Melo Date: Sun, 26 Jul 2009 22:06:19 +0000 (-0300) Subject: perf top: Add mwait_idle_with_hints to skip_symbols[] X-Git-Tag: v2.6.31-rc6~74^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b9005692d4c8b5d73cfc41aa7229f47be163a9;p=pandora-kernel.git perf top: Add mwait_idle_with_hints to skip_symbols[] 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed