public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* sched: arch_scale_freq_power (and other cpu_power / sched related  questions)
@ 2010-05-06  2:35 Mike Chan
  2010-05-06  7:01 ` Peter Zijlstra
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Chan @ 2010-05-06  2:35 UTC (permalink / raw)
  To: a.p.zijlstra, LKML

Before I end up duplicating a bunch of work in the scheduler / cpufreq
/ power tracking. I wanted avoid such an figure out what exactly all
this existing code is doing. Right now I am just interested in how the
kernel is accounting for cpu power, and less on the actual load
balancing work. In particular, total power consumed over the lifetime
of the system, instead of what seems to be a diminished weighted scale
used for all the scheduler cpu_power calculations.

kernel/sched.c

First, the arch_scale_freq_power() hooks, what are the units that all
these calculations are based off of?
In update_cup_power() It seems "power" gets multiplied by
SCHED_LOAD_SCALE, then >> by SCHED_LOAD_SHIFT. (1024 *=1024) >> 10.

For Android, at least with omap, msm, tegra platforms I am attempting
to get cpu power tracking (with cpufreq support) and it looks like
there is some half-way support with x86.

It seems that for x86 the kernel returns the default value, which is
SCHED_LOAD_SCALE (1 << 10). Does anyone know how the magic number 1024
translates to cpu power consumption (with frequency scaling) in
relative or absolute power numbers.

-- Mike

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

end of thread, other threads:[~2010-05-06 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06  2:35 sched: arch_scale_freq_power (and other cpu_power / sched related questions) Mike Chan
2010-05-06  7:01 ` Peter Zijlstra
2010-05-06 18:43   ` Mike Chan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox