mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 17:51:23 +00:00

Using the scripts at: https://gitlab.arm.com/telemetry-solution/telemetry-solution/ Generate perf json for neoverse-v3 using the following command: ``` $ telemetry-solution/tools/perf_json_generator/generate.py \ tools/perf/ --telemetry-files \ telemetry-solution/data/pmu/cpu/neoverse/neoverse-v3.json ``` Signed-off-by: Ian Rogers <irogers@google.com> [Re-generate after updating script] Signed-off-by: James Clark <james.clark@linaro.org> Link: https://lore.kernel.org/r/20250122163504.2061472-3-james.clark@linaro.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
51 lines
2.2 KiB
JSON
51 lines
2.2 KiB
JSON
[
|
|
{
|
|
"ArchStdEvent": "SVE_INST_SPEC",
|
|
"PublicDescription": "Counts speculatively executed operations that are SVE operations."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SVE_PRED_SPEC",
|
|
"PublicDescription": "Counts speculatively executed predicated SVE operations."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SVE_PRED_EMPTY_SPEC",
|
|
"PublicDescription": "Counts speculatively executed predicated SVE operations with no active predicate elements."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SVE_PRED_FULL_SPEC",
|
|
"PublicDescription": "Counts speculatively executed predicated SVE operations with all predicate elements active."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SVE_PRED_PARTIAL_SPEC",
|
|
"PublicDescription": "Counts speculatively executed predicated SVE operations with at least one but not all active predicate elements."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SVE_PRED_NOT_FULL_SPEC",
|
|
"PublicDescription": "Counts speculatively executed predicated SVE operations with at least one non active predicate elements."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SVE_LDFF_SPEC",
|
|
"PublicDescription": "Counts speculatively executed SVE first fault or non-fault load operations."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SVE_LDFF_FAULT_SPEC",
|
|
"PublicDescription": "Counts speculatively executed SVE first fault or non-fault load operations that clear at least one bit in the FFR."
|
|
},
|
|
{
|
|
"ArchStdEvent": "ASE_SVE_INT8_SPEC",
|
|
"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type an 8-bit integer."
|
|
},
|
|
{
|
|
"ArchStdEvent": "ASE_SVE_INT16_SPEC",
|
|
"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 16-bit integer."
|
|
},
|
|
{
|
|
"ArchStdEvent": "ASE_SVE_INT32_SPEC",
|
|
"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 32-bit integer."
|
|
},
|
|
{
|
|
"ArchStdEvent": "ASE_SVE_INT64_SPEC",
|
|
"PublicDescription": "Counts speculatively executed Advanced SIMD or SVE integer operations with the largest data type a 64-bit integer."
|
|
}
|
|
]
|