mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 16:44:59 +00:00

Add JSON files for AmpereOne core PMU events. Reviewed-by: John Garry <john.g.garry@oracle.com> Signed-off-by: Doug Rady <dcrady@os.amperecomputing.com> Signed-off-by: Ilkka Koskinen <ilkka@os.amperecomputing.com> Acked-by: Ian Rogers <irogers@google.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: James Clark <james.clark@arm.com> Cc: Jiri Olsa <jolsa@kernel.org> 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: Peter Zijlstra <peterz@infradead.org> Cc: Will Deacon <will@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Link: https://lore.kernel.org/r/20230427223220.1068356-1-ilkka@os.amperecomputing.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
33 lines
541 B
JSON
33 lines
541 B
JSON
[
|
|
{
|
|
"ArchStdEvent": "CPU_CYCLES"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_CYCLES"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_ACCESS_RD"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_ACCESS_WR"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_ACCESS_SHARED"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_ACCESS_NOT_SHARED"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_ACCESS_NORMAL"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_ACCESS_PERIPH"
|
|
},
|
|
{
|
|
"ArchStdEvent": "BUS_ACCESS"
|
|
},
|
|
{
|
|
"ArchStdEvent": "CNT_CYCLES"
|
|
}
|
|
]
|