Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf vendor events arm64 AmpereOne: Fix typos in metrics' descriptions

While fixing a typo in "l1d_cache_access_prefetches" in AmpereOneX,
a few other typos were found in metrics' descriptions too. While AmpereOne
doesn't have the metric, it did have the typos in the descriptions.

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: 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>
Link: https://lore.kernel.org/r/20250910195214.50814-3-ilkka@os.amperecomputing.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Ilkka Koskinen and committed by
Arnaldo Carvalho de Melo
acd331d7 97996580

+4 -4
+4 -4
tools/perf/pmu-events/arch/arm64/ampere/ampereone/metrics.json
··· 113 113 { 114 114 "MetricName": "load_store_spec_rate", 115 115 "MetricExpr": "((LDST_SPEC / INST_SPEC) * 100)", 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", 117 117 "MetricGroup": "Operation_Mix", 118 118 "ScaleUnit": "1percent of operations" 119 119 }, ··· 132 132 { 133 133 "MetricName": "pc_write_spec_rate", 134 134 "MetricExpr": "((PC_WRITE_SPEC / INST_SPEC) * 100)", 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", 136 136 "MetricGroup": "Operation_Mix", 137 137 "ScaleUnit": "1percent of operations" 138 138 }, ··· 195 195 { 196 196 "MetricName": "stall_frontend_cache_rate", 197 197 "MetricExpr": "((STALL_FRONTEND_CACHE / CPU_CYCLES) * 100)", 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", 199 199 "MetricGroup": "Stall", 200 200 "ScaleUnit": "1percent of cycles" 201 201 }, 202 202 { 203 203 "MetricName": "stall_frontend_tlb_rate", 204 204 "MetricExpr": "((STALL_FRONTEND_TLB / CPU_CYCLES) * 100)", 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", 206 206 "MetricGroup": "Stall", 207 207 "ScaleUnit": "1percent of cycles" 208 208 },