perf top: Add native_safe_halt to skip symbols

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2011-01-16 17:39:15 -02:00
parent 529363b769
commit b0e8572f3b
1 changed files with 1 additions and 0 deletions

View File

@ -933,6 +933,7 @@ repeat:
/* Tag samples to be skipped. */ /* Tag samples to be skipped. */
static const char *skip_symbols[] = { static const char *skip_symbols[] = {
"default_idle", "default_idle",
"native_safe_halt",
"cpu_idle", "cpu_idle",
"enter_idle", "enter_idle",
"exit_idle", "exit_idle",