Skip to content

Commit bf79e18

Browse files
ZhengjunXingacmel
authored andcommitted
perf vendor events: Update metrics for broadwellde
The metrics are based on TMA 4.4 full, add new metrics “UNCORE_FREQ” for broadwellde. Use script at: https://github.com/intel/event-converter-for-linux-perf/blob/master/download_and_gen.py to download and generate the latest events and metrics. Manually copy the broadwellde files into perf. Signed-off-by: Xing Zhengjun <[email protected]> Tested-by: Ian Rogers <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kan Liang <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent d0313e6 commit bf79e18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/perf/pmu-events/arch/x86/broadwellde/bdwde-metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,12 @@
450450
"MetricGroup": "SoC",
451451
"MetricName": "Socket_CLKS"
452452
},
453+
{
454+
"BriefDescription": "Uncore frequency per die [GHZ]",
455+
"MetricExpr": "cbox_0@event\\=0x0@ / #num_dies / duration_time / 1000000000",
456+
"MetricGroup": "SoC",
457+
"MetricName": "UNCORE_FREQ"
458+
},
453459
{
454460
"BriefDescription": "Instructions per Far Branch ( Far Branches apply upon transition from application to operating system, handling interrupts, exceptions) [lower number means higher occurrence rate]",
455461
"MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.FAR_BRANCH:u",

0 commit comments

Comments
 (0)