xref: /openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/bus.json (revision 0c16ed1ab758538b4a4df8368bc1a8b22453a9b4)
1[
2    {
3        "ArchStdEvent": "BUS_ACCESS",
4        "PublicDescription": "Counts memory transactions issued by the CPU to the external bus, including snoop requests and snoop responses. Each beat of data is counted individually."
5    },
6    {
7        "ArchStdEvent": "BUS_CYCLES",
8        "PublicDescription": "Counts bus cycles in the CPU. Bus cycles represent a clock cycle in which a transaction could be sent or received on the interface from the CPU to the external bus. Since that interface is driven at the same clock speed as the CPU, this event is a duplicate of CPU_CYCLES."
9    },
10    {
11        "ArchStdEvent": "BUS_ACCESS_RD",
12        "PublicDescription": "Counts memory read transactions seen on the external bus. Each beat of data is counted individually."
13    },
14    {
15        "ArchStdEvent": "BUS_ACCESS_WR",
16        "PublicDescription": "Counts memory write transactions seen on the external bus. Each beat of data is counted individually."
17    }
18]
19