projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b78f13
)
perf top: Add intel_idle to the skip list
author
Arnaldo Carvalho de Melo
<
[email protected]
>
Mon, 2 Apr 2012 14:16:24 +0000
(11:16 -0300)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Thu, 5 Apr 2012 21:48:01 +0000
(18:48 -0300)
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]
>
tools/perf/builtin-top.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-top.c
b/tools/perf/builtin-top.c
index e3c63aef8efc6a334728ee9864c8243415c478be..fab0a1c7e872327e1731c22295bdc1de818d4e16 100644
(file)
--- a/
tools/perf/builtin-top.c
+++ b/
tools/perf/builtin-top.c
@@
-615,6
+615,7
@@
process_hotkey:
/* Tag samples to be skipped. */
static const char *skip_symbols[] = {
+ "intel_idle",
"default_idle",
"native_safe_halt",
"cpu_idle",