diff options
Diffstat (limited to 'tools')
-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", |