[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1606161700500.2744@macbook-air>
Date: Thu, 16 Jun 2016 17:10:54 -0400 (EDT)
From: Vince Weaver <vincent.weaver@...ne.edu>
To: Huang Rui <ray.huang@....com>
cc: Vince Weaver <vincent.weaver@...ne.edu>,
Borislav Petkov <bp@...e.de>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Andy Lutomirski <luto@...capital.net>,
Robert Richter <rric@...nel.org>,
Jacob Shin <jacob.w.shin@...il.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Kan Liang <kan.liang@...el.com>, linux-kernel@...r.kernel.org,
x86@...nel.org,
Suravee Suthikulpanit <suravee.suthikulpanit@....com>,
Aravind Gopalakrishnan <Aravind.Gopalakrishnan@....com>,
Borislav Petkov <bp@...en8.de>,
Guenter Roeck <linux@...ck-us.net>,
Fengguang Wu <fengguang.wu@...el.com>
Subject: Re: [REDO PATCH v7] perf/x86/amd/power: Add AMD accumulated power
reporting mechanism
On Thu, 16 Jun 2016, Huang Rui wrote:
> On Thu, Jun 16, 2016 at 01:38:13PM +0800, Huang Rui wrote:
>
> After considering carefully, the original method should be OK.
>
> AMD nomenclature for CMT systems:
>
> [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
> -> [Compute Unit Core 1] -> Linux CPU 1
> -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2
> -> [Compute Unit Core 1] -> Linux CPU 3
>
> The deltaN is power per compute unit. Current one package has two CUs.
> In the *same* interval, CU0's power is 10W, CU1's power is 15W. The
> package (CU0 + CU1) power should be 15W, right? Because the interval
> is the same.
>
> Q = Q1 + Q2. P = Q/t = (Q1 + Q2)/t = Q1/t + Q2/t = P1 + P2.
>
> Is that clear?
OK, I was misunderstanding. I somehow thought there was a periodic timer
that was adding accumulating power over time.
But no, the driver just assumes the PTSC does not overflow? And that
addition is just there to handle adding all the cores together?
If so, then I agree that the addition makes sense, sorry for confusing
things.
Although I think it would be better if we reported Joules (like
RAPL does) rather than average power, but too late to change that now.
Also, on my machine I get results that make no physical sense, such as:
sudo perf stat -a -e power/power-pkg/ /usr/games/primes 1 500000000 > /dev/null
Performance counter stats for 'system wide':
4,472,401.06 mWatts power/power-pkg/
6.956135769 seconds time elapsed
I somehow don't think the CPU is really burning 4kW of Power.
Vince
Powered by blists - more mailing lists