xref: /openbmc/linux/tools/perf/pmu-events/arch/arm64/ampere/emag/branch.json (revision f97cee494dc92395a668445bcd24d34c89f4ff8c)
1[
2    {
3        "ArchStdEvent": "BR_IMMED_SPEC"
4    },
5    {
6        "ArchStdEvent": "BR_RETURN_SPEC"
7    },
8    {
9        "ArchStdEvent": "BR_INDIRECT_SPEC"
10    },
11    {
12        "PublicDescription": "Mispredicted or not predicted branch speculatively executed",
13        "EventCode": "0x10",
14        "EventName": "BR_MIS_PRED",
15        "BriefDescription": "Branch mispredicted"
16    },
17    {
18        "PublicDescription": "Predictable branch speculatively executed",
19        "EventCode": "0x12",
20        "EventName": "BR_PRED",
21        "BriefDescription": "Predictable branch"
22    }
23]
24