aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/bus.json
blob: 2e11a8c4a4844e899609e9fab6536ad1f5306dc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
    {
        "ArchStdEvent": "BUS_ACCESS",
        "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."
    },
    {
        "ArchStdEvent": "BUS_CYCLES",
        "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."
    },
    {
        "ArchStdEvent": "BUS_ACCESS_RD",
        "PublicDescription": "Counts memory read transactions seen on the external bus. Each beat of data is counted individually."
    },
    {
        "ArchStdEvent": "BUS_ACCESS_WR",
        "PublicDescription": "Counts memory write transactions seen on the external bus. Each beat of data is counted individually."
    }
]