mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 01:28:04 +00:00

Using the scripts at: https://gitlab.arm.com/telemetry-solution/telemetry-solution/ Generate perf json for neoverse-n3 using the following command: ``` $ telemetry-solution/tools/perf_json_generator/generate.py \ tools/perf/ --telemetry-files \ telemetry-solution/data/pmu/cpu/neoverse/neoverse-n3.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-2-james.clark@linaro.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
43 lines
1.8 KiB
JSON
43 lines
1.8 KiB
JSON
[
|
|
{
|
|
"ArchStdEvent": "SAMPLE_POP",
|
|
"PublicDescription": "Counts statistical profiling sample population, the count of all operations that could be sampled but may or may not be chosen for sampling."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FEED",
|
|
"PublicDescription": "Counts statistical profiling samples taken for sampling."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FILTRATE",
|
|
"PublicDescription": "Counts statistical profiling samples taken which are not removed by filtering."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_COLLISION",
|
|
"PublicDescription": "Counts statistical profiling samples that have collided with a previous sample and so therefore not taken."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FEED_BR",
|
|
"PublicDescription": "Counts statistical profiling samples taken which are branches."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FEED_LD",
|
|
"PublicDescription": "Counts statistical profiling samples taken which are loads or load atomic operations."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FEED_ST",
|
|
"PublicDescription": "Counts statistical profiling samples taken which are stores or store atomic operations."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FEED_OP",
|
|
"PublicDescription": "Counts statistical profiling samples taken which are matching any operation type filters supported."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FEED_EVENT",
|
|
"PublicDescription": "Counts statistical profiling samples taken which are matching event packet filter constraints."
|
|
},
|
|
{
|
|
"ArchStdEvent": "SAMPLE_FEED_LAT",
|
|
"PublicDescription": "Counts statistical profiling samples taken which are exceeding minimum latency set by operation latency filter constraints."
|
|
}
|
|
]
|