Skip to content

Commit c6e9c04

Browse files
ZhengjunXingacmel
authored andcommitted
perf vendor events: Update events and metrics for cascadelakex
Update to v16, the metrics are based on TMA 4.4 full, update events and add new metrics “UNCORE_FREQ” for cascadelakex. 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 cascadelakex files into perf. Signed-off-by: Xing Zhengjun <zhengjun.xing@linux.intel.com> Tested-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20220812085239.3089231-4-zhengjun.xing@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent e349fa6 commit c6e9c04

4 files changed

Lines changed: 26200 additions & 1593 deletions

File tree

tools/perf/pmu-events/arch/x86/cascadelakex/clx-metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,12 @@
715715
"MetricGroup": "SoC",
716716
"MetricName": "Socket_CLKS"
717717
},
718+
{
719+
"BriefDescription": "Uncore frequency per die [GHZ]",
720+
"MetricExpr": "cha_0@event\\=0x0@ / #num_dies / duration_time / 1000000000",
721+
"MetricGroup": "SoC",
722+
"MetricName": "UNCORE_FREQ"
723+
},
718724
{
719725
"BriefDescription": "Instructions per Far Branch ( Far Branches apply upon transition from application to operating system, handling interrupts, exceptions) [lower number means higher occurrence rate]",
720726
"MetricExpr": "INST_RETIRED.ANY / BR_INST_RETIRED.FAR_BRANCH:u",

0 commit comments

Comments
 (0)