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 <james.clark@linaro.org> Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ilkka Koskinen <ilkka@os.amperecomputing.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Garry <john.g.garry@oracle.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Leo Yan <leo.yan@linux.dev> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Mike Leach <mike.leach@linaro.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Will Deacon <will@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
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)