lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <309171b2-430f-4169-a396-d8bc34b637bd@linux.intel.com>
Date: Fri, 7 Feb 2025 20:19:43 -0500
From: "Liang, Kan" <kan.liang@...ux.intel.com>
To: Ian Rogers <irogers@...gle.com>
Cc: Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...hat.com>,
 Arnaldo Carvalho de Melo <acme@...nel.org>,
 Namhyung Kim <namhyung@...nel.org>, Mark Rutland <mark.rutland@....com>,
 Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
 Jiri Olsa <jolsa@...nel.org>, Adrian Hunter <adrian.hunter@...el.com>,
 Andreas Färber <afaerber@...e.de>,
 Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>,
 Weilin Wang <weilin.wang@...el.com>, linux-kernel@...r.kernel.org,
 linux-perf-users@...r.kernel.org, Perry Taylor <perry.taylor@...el.com>,
 Samantha Alt <samantha.alt@...el.com>,
 Caleb Biggers <caleb.biggers@...el.com>,
 Edward Baker <edward.baker@...el.com>, Michael Petlan <mpetlan@...hat.com>,
 Thomas Falcon <thomas.falcon@...el.com>
Subject: Re: [PATCH v7 03/24] perf vendor events: Add Arrowlake events/metrics



On 2025-02-07 6:00 p.m., Ian Rogers wrote:
> On Fri, Feb 7, 2025 at 12:44 PM Liang, Kan <kan.liang@...ux.intel.com> wrote:
>>
>>
>> On 2025-02-07 1:51 p.m., Ian Rogers wrote:
>>> +    {
>>> +        "BriefDescription": "Percentage of time that the core is stalled due to a TPAUSE or UMWAIT instruction",
>>> +        "MetricExpr": "100 * cpu_atom@...IALIZATION.C01_MS_SCB@ / (8 * cpu_atom@..._CLK_UNHALTED.CORE@)",
>>> +        "MetricName": "tma_info_serialization _%_tpause_cycles",
>> It doesn't seem a correct MetricName. A convert script bug?
> They come from the E-core_TMA_Metrics.csv line 91:
> https://github.com/captain5050/perfmon/blob/main/E-core_TMA_Metrics.csv
> Info.Serialization %_Tpause_Cycles 100 * SERIALIZATION.C01_MS_SCB /
> #SLOTS 100 * SERIALIZATION.C01_MS_SCB / #SLOTS 100 *
> SERIALIZATION.C01_MS_SCB / #SLOTS 100 * SERIALIZATION.C01_MS_SCB /
> #SLOTS Percentage of time that the core is stalled due to a TPAUSE or
> UMWAIT instruction
> 
> The % works okay in the metric name but we could swap it if you wan

Yes, the % works, but there is a space between tma_info_serialization
and _%_tpause_cycles.

I'm not sure if it's an issue of E-core_TMA_Metrics.csv or the convertor
script.

Thanks,
Kan

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ