From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: linux-omap@vger.kernel.org,
Lists Linaro-dev <linaro-dev@lists.linaro.org>
Subject: Re: Question regarding broadcast timer/cpuidle and /proc/interrupts
Date: Mon, 21 Jan 2013 20:08:11 +0530 [thread overview]
Message-ID: <50FD52D3.8010601@ti.com> (raw)
In-Reply-To: <50FD4E0C.1010305@linaro.org>
On Monday 21 January 2013 07:47 PM, Daniel Lezcano wrote:
>
> Hi All,
>
> I have a question regarding the behavior of cpuidle on pandaboard.
>
> 1. cpuidle is enabled
>
> 2. The deep idle states seem to be reach
>
> for i in $(find /sys/devices/system/cpu -name "usage"); do echo "$i :
> $(cat $i)"; done
> /sys/devices/system/cpu/cpu0/cpuidle/state0/usage : 7049
> /sys/devices/system/cpu/cpu0/cpuidle/state1/usage : 17
> /sys/devices/system/cpu/cpu0/cpuidle/state2/usage : 1341
> /sys/devices/system/cpu/cpu1/cpuidle/state0/usage : 6318
> /sys/devices/system/cpu/cpu1/cpuidle/state1/usage : 17
> /sys/devices/system/cpu/cpu1/cpuidle/state2/usage : 1341
>
> 3. Regarding the cpuidle driver code : the "state1" and "state2" are
> coupled states where the broadcast timer is used instead of the local
> timer. I assume this is because they go down when we reach these idle
> states.
>
Thats correct. Local timer are not wakeup capable and hence we switch
to a wakeup capable broadcast timer.
> 4. The content of /proc/interrupts shows no broadcast timer used at all.
>
> ...
> IPI1: 0 0 Timer broadcast interrupts
> ...
>
> Shouldn't be the broadcast timer used sometimes ? or did I miss something ?
>
There might be an issue with status updating. Just look for gptimer1
interrupts. if they are incrementing then, broadcast is being used
but just the status update isn't happening some how.
regards
santosh
next prev parent reply other threads:[~2013-01-21 14:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-21 14:17 Question regarding broadcast timer/cpuidle and /proc/interrupts Daniel Lezcano
2013-01-21 14:38 ` Santosh Shilimkar [this message]
2013-01-21 14:39 ` Daniel Lezcano
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=50FD52D3.8010601@ti.com \
--to=santosh.shilimkar@ti.com \
--cc=daniel.lezcano@linaro.org \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-omap@vger.kernel.org \
/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 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.