mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 10:33:13 +00:00

The new data [1] includes descriptions that may have product specific details and new groupings that will be consistent with other products. The following command was used to generate the jsons: $ telemetry-solution/tools/perf_json_generator/generate.py \ linux/tools/perf/ --telemetry-files \ telemetry-solution/data/pmu/cpu/neoverse/neoverse-v1.json [1]: https://gitlab.arm.com/telemetry-solution/telemetry-solution/-/blob/main/data/pmu/cpu/neoverse/neoverse-v1.json Signed-off-by: James Clark <james.clark@arm.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: Leo Yan <leo.yan@linaro.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Mike Leach <mike.leach@linaro.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Nick Forrington <nick.forrington@arm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Will Deacon <will@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Link: https://lore.kernel.org/r/20230831161618.134738-2-james.clark@arm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
31 lines
1.2 KiB
JSON
31 lines
1.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_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."
|
|
}
|
|
]
|