* [gentoo-user] The meaning of number in brackets in /proc/cpuinfo "power management"?
@ 2013-09-20 7:44 Pandu Poluan
2013-09-20 13:17 ` Todd Goodman
0 siblings, 1 reply; 2+ messages in thread
From: Pandu Poluan @ 2013-09-20 7:44 UTC (permalink / raw
To: gentoo-user
Hello list!
Does anyone know the meaning of the 'number between brackets' in the
"power management" line of /proc/cpuinfo?
For instance (I snipped the "flags" line to not clutter the email:
processor : 0
vendor_id : AuthenticAMD
cpu family : 21
model : 2
model name : AMD Opteron(tm) Processor 6386 SE
stepping : 0
cpu MHz : 2800.110
cache size : 2048 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : --snip--
bogomips : 5631.71
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
What's "[9]" and "[10]" supposed to mean?
(Note: The OS is not actually Gentoo, but this list is sooo
knowledgeable, and methinks the output of /proc/cpuinfo is quite
universal...)
Rgds,
--
FdS Pandu E Poluan
~ IT Optimizer ~
• LOPSA Member #15248
• Blog : http://pepoluan.tumblr.com
• Linked-In : http://id.linkedin.com/in/pepoluan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] The meaning of number in brackets in /proc/cpuinfo "power management"?
2013-09-20 7:44 [gentoo-user] The meaning of number in brackets in /proc/cpuinfo "power management"? Pandu Poluan
@ 2013-09-20 13:17 ` Todd Goodman
0 siblings, 0 replies; 2+ messages in thread
From: Todd Goodman @ 2013-09-20 13:17 UTC (permalink / raw
To: gentoo-user
* Pandu Poluan <pandu@poluan.info> [130920 03:45]:
> Hello list!
>
> Does anyone know the meaning of the 'number between brackets' in the
> "power management" line of /proc/cpuinfo?
>
> For instance (I snipped the "flags" line to not clutter the email:
>
> processor : 0
> vendor_id : AuthenticAMD
> cpu family : 21
> model : 2
> model name : AMD Opteron(tm) Processor 6386 SE
> stepping : 0
> cpu MHz : 2800.110
> cache size : 2048 KB
> fdiv_bug : no
> hlt_bug : no
> f00f_bug : no
> coma_bug : no
> fpu : yes
> fpu_exception : yes
> cpuid level : 13
> wp : yes
> flags : --snip--
> bogomips : 5631.71
> clflush size : 64
> cache_alignment : 64
> address sizes : 48 bits physical, 48 bits virtual
> power management: ts ttp tm 100mhzsteps hwpstate [9] [10]
>
> What's "[9]" and "[10]" supposed to mean?
>
> (Note: The OS is not actually Gentoo, but this list is sooo
> knowledgeable, and methinks the output of /proc/cpuinfo is quite
> universal...)
I don't know for sure but looking in arch/x86/cpu/{powerflags,proc}.c it
looks like your kernel doesn't have a text description for power flag
bits 9 and 10.
In Linux 3.11.1 they are:
[9] - "cpb", /* core performance boost */
[10] - "eff_freq_ro", /* Readonly aperf/mperf */
Todd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-20 13:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20 7:44 [gentoo-user] The meaning of number in brackets in /proc/cpuinfo "power management"? Pandu Poluan
2013-09-20 13:17 ` Todd Goodman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox