Skip to content

Commit 53076df

Browse files
committed
icx metric event translation to perf
Signed-off-by: Harper, Jason M <[email protected]>
1 parent e0427dd commit 53076df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/metrics/loader_perfmon_event_core.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ var fixedCounterEventNameTranslation = map[string]string{
145145
"CPU_CLK_UNHALTED.THREAD_P:SUP": "cpu-cycles:k",
146146
"CPU_CLK_UNHALTED.CORE_P:SUP": "cpu-cycles:k", // srf - thread and core are the same
147147
"CPU_CLK_UNHALTED.REF_TSC": "ref-cycles",
148+
"CPU_CLK_UNHALTED.REF_TSC:SUP": "ref-cycles:k",
148149
"CPU_CLK_UNHALTED.REF_TSC_P:SUP": "ref-cycles:k",
149150
"TOPDOWN.SLOTS:perf_metrics": "topdown.slots",
150151
"PERF_METRICS.BAD_SPECULATION": "topdown-bad-spec",

0 commit comments

Comments
 (0)