diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-01-16 14:39:15 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2011-01-22 16:56:31 -0500 |
commit | b0e8572f3b29c0760b66ba5627a6d5426c88c97d (patch) | |
tree | 874bc7a85f40e8477cdf6d4f0b46eef1d4e32414 /tools/perf/builtin-top.c | |
parent | 529363b76929beb85b81439c61063130af046a21 (diff) |
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>
Diffstat (limited to 'tools/perf/builtin-top.c')
-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 58352ad807c7..31fbaf38d9c1 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -933,6 +933,7 @@ repeat: | |||
933 | /* Tag samples to be skipped. */ | 933 | /* Tag samples to be skipped. */ |
934 | static const char *skip_symbols[] = { | 934 | static const char *skip_symbols[] = { |
935 | "default_idle", | 935 | "default_idle", |
936 | "native_safe_halt", | ||
936 | "cpu_idle", | 937 | "cpu_idle", |
937 | "enter_idle", | 938 | "enter_idle", |
938 | "exit_idle", | 939 | "exit_idle", |