From: Mike Galbraith <efault@gmx.de>
To: Nicolas Kalkhof <nkalkhof@web.de>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
maciej.rutecki@gmail.com
Subject: Re: [REGRESSION] sudden cpu hogging in kernel 3.2 rc-series
Date: Tue, 22 Nov 2011 11:22:19 +0100 [thread overview]
Message-ID: <1321957339.6855.11.camel@marge.simson.net> (raw)
In-Reply-To: <1525712996.2585575.1321949994931.JavaMail.fmail@mwmweb003>
On Tue, 2011-11-22 at 09:19 +0100, Nicolas Kalkhof wrote:
> Hi Mike,
>
> thanks for your reply! I didn't set any polling explicitly.
>
> My boot params are:
> intel_iommu=off pcie_aspm=force i915.powersave=1 i915.i915_enable_rc6=1
>
> and in the cpufrequtils startup daemon the only parameter set is:
> # Options when starting cpufreq (given to the `cpufreq-set` program)
> START_OPTS="--governor ondemand"
>
> egrep "IDLE|GOV" .config yields:
>
> CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
> CONFIG_ARCH_HAS_DEFAULT_IDLE=y
> # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
> # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
> CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
> # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
> CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
> CONFIG_CPU_FREQ_GOV_POWERSAVE=y
> CONFIG_CPU_FREQ_GOV_USERSPACE=y
> CONFIG_CPU_FREQ_GOV_ONDEMAND=y
> CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
> CONFIG_CPU_IDLE=y
> CONFIG_CPU_IDLE_GOV_LADDER=y
> CONFIG_INTEL_IDLE=y
> # CONFIG_I7300_IDLE is not set
>
> Any advice?
Not really. If you apply the below, then..
make -C tools/perf prefix=/usr/local install
perf top -U
..does perf top agree with oprofile?
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index c9cdedb..28ef86d 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -636,7 +636,6 @@ static const char *skip_symbols[] = {
"exit_idle",
"mwait_idle",
"mwait_idle_with_hints",
- "poll_idle",
"ppc64_runlatch_off",
"pseries_dedicated_idle_sleep",
NULL
next prev parent reply other threads:[~2011-11-22 10:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-22 8:19 [REGRESSION] sudden cpu hogging in kernel 3.2 rc-series Nicolas Kalkhof
2011-11-22 10:22 ` Mike Galbraith [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-11-21 21:40 Nicolas Kalkhof
2011-11-22 5:03 ` Mike Galbraith
2011-11-18 20:33 Nicolas Kalkhof
2011-11-21 21:11 ` Maciej Rutecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1321957339.6855.11.camel@marge.simson.net \
--to=efault@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=maciej.rutecki@gmail.com \
--cc=nkalkhof@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox