* [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* Re: [PATCH 1/1] perf top: Add poll_idle to the skip list
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
1 sibling, 0 replies; 3+ messages in thread
From: Eric Dumazet @ 2009-09-26 5:58 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo
Cc: Ingo Molnar, Frédéric Weisbecker, H. Peter Anvin,
Peter Zijlstra, Mike Galbraith, Linux Kernel Mailing List
Arnaldo Carvalho de Melo a écrit :
> 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
I was about to submit same patch :)
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread* [tip:perf/urgent] perf top: Add poll_idle to the skip list
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-bot for Arnaldo Carvalho de Melo
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Arnaldo Carvalho de Melo @ 2009-09-30 12:13 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, acme, hpa, mingo, eric.dumazet, efault, peterz,
fweisbec, tglx, mingo
Commit-ID: 8357275bb919d91093bc5a959932ef7b1ea816e8
Gitweb: http://git.kernel.org/tip/8357275bb919d91093bc5a959932ef7b1ea816e8
Author: Arnaldo Carvalho de Melo <acme@redhat.com>
AuthorDate: Fri, 25 Sep 2009 15:02:39 -0700
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Wed, 30 Sep 2009 13:56:54 +0200
perf top: Add poll_idle to the skip list
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <20090925220239.GA5488@ghostprotocols.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
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 1ca8889..37512e9 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -782,6 +782,7 @@ static const char *skip_symbols[] = {
"exit_idle",
"mwait_idle",
"mwait_idle_with_hints",
+ "poll_idle",
"ppc64_runlatch_off",
"pseries_dedicated_idle_sleep",
NULL
^ 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.