Skip to content

Commit 4bea8b5

Browse files
committed
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 <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Steven Rostedt <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 7b78f13 commit 4bea8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/perf/builtin-top.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ static void *display_thread(void *arg)
615615

616616
/* Tag samples to be skipped. */
617617
static const char *skip_symbols[] = {
618+
"intel_idle",
618619
"default_idle",
619620
"native_safe_halt",
620621
"cpu_idle",

0 commit comments

Comments
 (0)