Skip to content

Commit 20027d8

Browse files
ilkka-koskinengregkh
authored andcommitted
perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_prefetches
[ Upstream commit 9799658 ] Add missing 'h' to l1d_cache_access_prefetces Also fix a couple of typos and use consistent term in brief descriptions Fixes: 16438b6 ("perf vendor events arm64 AmpereOneX: Add core PMU events and metrics") Reviewed-by: James Clark <[email protected]> Signed-off-by: Ilkka Koskinen <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ilkka Koskinen <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: John Garry <[email protected]> Cc: Kan Liang <[email protected]> Cc: Leo Yan <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Mike Leach <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Will Deacon <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent c955a16 commit 20027d8

File tree

1 file changed

+5
-5
lines changed
  • tools/perf/pmu-events/arch/arm64/ampere/ampereonex

1 file changed

+5
-5
lines changed

tools/perf/pmu-events/arch/arm64/ampere/ampereonex/metrics.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
{
114114
"MetricName": "load_store_spec_rate",
115115
"MetricExpr": "LDST_SPEC / INST_SPEC",
116-
"BriefDescription": "The rate of load or store instructions speculatively executed to overall instructions speclatively executed",
116+
"BriefDescription": "The rate of load or store instructions speculatively executed to overall instructions speculatively executed",
117117
"MetricGroup": "Operation_Mix",
118118
"ScaleUnit": "100percent of operations"
119119
},
@@ -132,7 +132,7 @@
132132
{
133133
"MetricName": "pc_write_spec_rate",
134134
"MetricExpr": "PC_WRITE_SPEC / INST_SPEC",
135-
"BriefDescription": "The rate of software change of the PC speculatively executed to overall instructions speclatively executed",
135+
"BriefDescription": "The rate of software change of the PC speculatively executed to overall instructions speculatively executed",
136136
"MetricGroup": "Operation_Mix",
137137
"ScaleUnit": "100percent of operations"
138138
},
@@ -195,14 +195,14 @@
195195
{
196196
"MetricName": "stall_frontend_cache_rate",
197197
"MetricExpr": "STALL_FRONTEND_CACHE / CPU_CYCLES",
198-
"BriefDescription": "Proportion of cycles stalled and no ops delivered from frontend and cache miss",
198+
"BriefDescription": "Proportion of cycles stalled and no operations delivered from frontend and cache miss",
199199
"MetricGroup": "Stall",
200200
"ScaleUnit": "100percent of cycles"
201201
},
202202
{
203203
"MetricName": "stall_frontend_tlb_rate",
204204
"MetricExpr": "STALL_FRONTEND_TLB / CPU_CYCLES",
205-
"BriefDescription": "Proportion of cycles stalled and no ops delivered from frontend and TLB miss",
205+
"BriefDescription": "Proportion of cycles stalled and no operations delivered from frontend and TLB miss",
206206
"MetricGroup": "Stall",
207207
"ScaleUnit": "100percent of cycles"
208208
},
@@ -391,7 +391,7 @@
391391
"ScaleUnit": "100percent of cache acceses"
392392
},
393393
{
394-
"MetricName": "l1d_cache_access_prefetces",
394+
"MetricName": "l1d_cache_access_prefetches",
395395
"MetricExpr": "L1D_CACHE_PRFM / L1D_CACHE",
396396
"BriefDescription": "L1D cache access - prefetch",
397397
"MetricGroup": "Cache",

0 commit comments

Comments
 (0)