diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-04-02 10:16:24 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-04-05 17:48:01 -0400 |
commit | 4bea8b5cf8c6e875fa43e617cd52858a07ae8ea8 (patch) | |
tree | eb56deadc00fac0801cd2b61dfed15cd8b6b173d /tools/perf/builtin-top.c | |
parent | 7b78f13603c6fcb64e020a0bbe31a651ea2b657b (diff) |
perf top: Add intel_idle to the skip list
TODO: Accrue the cycles in the skip_list to an idle total, and show this
on the 'top' UI, as suggested by Steven.
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/n/tip-9nfecmgghgl5747rjxqpc28f@git.kernel.org
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 e3c63aef8efc..fab0a1c7e872 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -615,6 +615,7 @@ process_hotkey: | |||
615 | 615 | ||
616 | /* Tag samples to be skipped. */ | 616 | /* Tag samples to be skipped. */ |
617 | static const char *skip_symbols[] = { | 617 | static const char *skip_symbols[] = { |
618 | "intel_idle", | ||
618 | "default_idle", | 619 | "default_idle", |
619 | "native_safe_halt", | 620 | "native_safe_halt", |
620 | "cpu_idle", | 621 | "cpu_idle", |