Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753887AbZI3MNl (ORCPT ); Wed, 30 Sep 2009 08:13:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752395AbZI3MNl (ORCPT ); Wed, 30 Sep 2009 08:13:41 -0400 Received: from hera.kernel.org ([140.211.167.34]:37758 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752987AbZI3MNk (ORCPT ); Wed, 30 Sep 2009 08:13:40 -0400 Date: Wed, 30 Sep 2009 12:13:07 GMT From: tip-bot for Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, acme@redhat.com, hpa@zytor.com, mingo@redhat.com, eric.dumazet@gmail.com, efault@gmx.de, peterz@infradead.org, fweisbec@gmail.com, tglx@linutronix.de, mingo@elte.hu Reply-To: mingo@redhat.com, hpa@zytor.com, acme@redhat.com, linux-kernel@vger.kernel.org, eric.dumazet@gmail.com, peterz@infradead.org, efault@gmx.de, fweisbec@gmail.com, tglx@linutronix.de, mingo@elte.hu In-Reply-To: <20090925220239.GA5488@ghostprotocols.net> References: <20090925220239.GA5488@ghostprotocols.net> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] perf top: Add poll_idle to the skip list Message-ID: Git-Commit-ID: 8357275bb919d91093bc5a959932ef7b1ea816e8 X-Mailer: tip-git-log-daemon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (hera.kernel.org [127.0.0.1]); Wed, 30 Sep 2009 12:13:08 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1378 Lines: 39 Commit-ID: 8357275bb919d91093bc5a959932ef7b1ea816e8 Gitweb: http://git.kernel.org/tip/8357275bb919d91093bc5a959932ef7b1ea816e8 Author: Arnaldo Carvalho de Melo AuthorDate: Fri, 25 Sep 2009 15:02:39 -0700 Committer: Ingo Molnar 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 Acked-by: Eric Dumazet Cc: Frederic Weisbecker Cc: Peter Zijlstra Cc: Mike Galbraith LKML-Reference: <20090925220239.GA5488@ghostprotocols.net> Signed-off-by: Ingo Molnar --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/