All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] perf top: Add poll_idle to the skip list
@ 2009-09-25 22:02 Arnaldo Carvalho de Melo
  2009-09-26  5:58 ` Eric Dumazet
  2009-09-30 12:13 ` [tip:perf/urgent] " tip-bot for Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2009-09-25 22:02 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Frédéric Weisbecker, H. Peter Anvin, Peter Zijlstra,
	Mike Galbraith, Linux Kernel Mailing List

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 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 a92e82b..15c221e 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -779,6 +779,7 @@ static const char *skip_symbols[] = {
 	"exit_idle",
 	"mwait_idle",
 	"mwait_idle_with_hints",
+	"poll_idle",
 	"ppc64_runlatch_off",
 	"pseries_dedicated_idle_sleep",
 	NULL
-- 
1.6.2.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-30 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-25 22:02 [PATCH 1/1] perf top: Add poll_idle to the skip list Arnaldo Carvalho de Melo
2009-09-26  5:58 ` Eric Dumazet
2009-09-30 12:13 ` [tip:perf/urgent] " tip-bot for Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.