aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/pmu-events/arch/arm64/arm/cortex-a53/branch.json
blob: 8f5cf88aaf3874f21df15e6c4af1498f4a2dd8b5 (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
25
[
  {
    "ArchStdEvent":  "BR_INDIRECT_SPEC"
  },
  {
    "EventCode": "0xC9",
    "EventName": "BR_COND",
    "BriefDescription": "Conditional branch executed"
  },
  {
    "EventCode": "0xCA",
    "EventName": "BR_INDIRECT_MISPRED",
    "BriefDescription": "Indirect branch mispredicted"
  },
  {
    "EventCode": "0xCB",
    "EventName": "BR_INDIRECT_MISPRED_ADDR",
    "BriefDescription": "Indirect branch mispredicted because of address miscompare"
  },
  {
    "EventCode": "0xCC",
    "EventName": "BR_COND_MISPRED",
    "BriefDescription": "Conditional branch mispredicted"
  }
]