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>
41 lines
1.9 KiB
JSON
41 lines
1.9 KiB
JSON
[
|
|
{
|
|
"ArchStdEvent": "CPU_CYCLES",
|
|
"PublicDescription": "Counts CPU clock cycles (not timer cycles). The clock measured by this event is defined as the physical clock driving the CPU logic."
|
|
},
|
|
{
|
|
"PublicDescription": "Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 0",
|
|
"EventCode": "0x198",
|
|
"EventName": "L2_CHI_CBUSY0",
|
|
"BriefDescription": "Number of RXDAT or RXRSP response received with CBusy of 0"
|
|
},
|
|
{
|
|
"PublicDescription": "Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 1",
|
|
"EventCode": "0x199",
|
|
"EventName": "L2_CHI_CBUSY1",
|
|
"BriefDescription": "Number of RXDAT or RXRSP response received with CBusy of 1"
|
|
},
|
|
{
|
|
"PublicDescription": "Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 2",
|
|
"EventCode": "0x19A",
|
|
"EventName": "L2_CHI_CBUSY2",
|
|
"BriefDescription": "Number of RXDAT or RXRSP response received with CBusy of 2"
|
|
},
|
|
{
|
|
"PublicDescription": "Count of RXDAT or RXRSP responses received with indication completer fullness indicator set to 3",
|
|
"EventCode": "0x19B",
|
|
"EventName": "L2_CHI_CBUSY3",
|
|
"BriefDescription": "Number of RXDAT or RXRSP response received with CBusy of 3"
|
|
},
|
|
{
|
|
"PublicDescription": "Count of RXDAT or RXRSP responses received with indication completer indicating multiple cores actively making requests",
|
|
"EventCode": "0x19C",
|
|
"EventName": "L2_CHI_CBUSY_MT",
|
|
"BriefDescription": "Number of RXDAT or RXRSP response received with CBusy Multi-threaded set"
|
|
},
|
|
{
|
|
"ArchStdEvent": "CNT_CYCLES",
|
|
"PublicDescription": "Increments at a constant frequency equal to the rate of increment of the System Counter, CNTPCT_EL0."
|
|
}
|
|
]
|