aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/bus.json
blob: fce7309ae62417f31b90aa7ecc8ab0ebc77b819d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
    {
        "EventCode": "0x11",
        "EventName": "CPU_CYCLES",
        "BriefDescription": "The number of core clock cycles."
    },
    {
        "PublicDescription": "Bus access. This event counts for every beat of data transferred over the data channels between the core and the SCU. If both read and write data beats are transferred on a given cycle, this event is counted twice on that cycle. This event counts the sum of BUS_ACCESS_RD and BUS_ACCESS_WR.",
        "EventCode": "0x19",
        "EventName": "BUS_ACCESS",
        "BriefDescription": "Bus access."
    },
    {
        "EventCode": "0x1D",
        "EventName": "BUS_CYCLES",
        "BriefDescription": "Bus cycles. This event duplicates CPU_CYCLES."
    },
    {
        "ArchStdEvent":  "BUS_ACCESS_RD"
    },
    {
        "ArchStdEvent":  "BUS_ACCESS_WR"
    }
]