aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/pmu-events/arch/arm64/ampere/ampereonex/branch.json
blob: a632755fc08695da42d4635a14d9e14a2d5ac9bf (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[
    {
        "ArchStdEvent": "BR_IMMED_SPEC"
    },
    {
        "ArchStdEvent": "BR_RETURN_SPEC"
    },
    {
        "ArchStdEvent": "BR_INDIRECT_SPEC"
    },
    {
        "ArchStdEvent": "BR_MIS_PRED"
    },
    {
        "ArchStdEvent": "BR_PRED"
    },
    {
        "PublicDescription": "Instruction architecturally executed, branch not taken",
        "EventCode": "0x8107",
        "EventName": "BR_SKIP_RETIRED",
        "BriefDescription": "Instruction architecturally executed, branch not taken"
    },
    {
        "PublicDescription": "Instruction architecturally executed, immediate branch taken",
        "EventCode": "0x8108",
        "EventName": "BR_IMMED_TAKEN_RETIRED",
        "BriefDescription": "Instruction architecturally executed, immediate branch taken"
    },
    {
        "PublicDescription": "Instruction architecturally executed, indirect branch excluding return retired",
        "EventCode": "0x810c",
        "EventName": "BR_INDNR_TAKEN_RETIRED",
        "BriefDescription": "Instruction architecturally executed, indirect branch excluding return retired"
    },
    {
        "PublicDescription": "Instruction architecturally executed, predicted immediate branch",
        "EventCode": "0x8110",
        "EventName": "BR_IMMED_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, predicted immediate branch"
    },
    {
        "PublicDescription": "Instruction architecturally executed, mispredicted immediate branch",
        "EventCode": "0x8111",
        "EventName": "BR_IMMED_MIS_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, mispredicted immediate branch"
    },
    {
        "PublicDescription": "Instruction architecturally executed, predicted indirect branch",
        "EventCode": "0x8112",
        "EventName": "BR_IND_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, predicted indirect branch"
    },
    {
        "PublicDescription": "Instruction architecturally executed, mispredicted indirect branch",
        "EventCode": "0x8113",
        "EventName": "BR_IND_MIS_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, mispredicted indirect branch"
    },
    {
        "PublicDescription": "Instruction architecturally executed, predicted procedure return",
        "EventCode": "0x8114",
        "EventName": "BR_RETURN_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, predicted procedure return"
    },
    {
        "PublicDescription": "Instruction architecturally executed, mispredicted procedure return",
        "EventCode": "0x8115",
        "EventName": "BR_RETURN_MIS_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, mispredicted procedure return"
    },
    {
        "PublicDescription": "Instruction architecturally executed, predicted indirect branch excluding return",
        "EventCode": "0x8116",
        "EventName": "BR_INDNR_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, predicted indirect branch excluding return"
    },
    {
        "PublicDescription": "Instruction architecturally executed, mispredicted indirect branch excluding return",
        "EventCode": "0x8117",
        "EventName": "BR_INDNR_MIS_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, mispredicted indirect branch excluding return"
    },
    {
        "PublicDescription": "Instruction architecturally executed, predicted branch, taken",
        "EventCode": "0x8118",
        "EventName": "BR_TAKEN_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, predicted branch, taken"
    },
    {
        "PublicDescription": "Instruction architecturally executed, mispredicted branch, taken",
        "EventCode": "0x8119",
        "EventName": "BR_TAKEN_MIS_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, mispredicted branch, taken"
    },
    {
        "PublicDescription": "Instruction architecturally executed, predicted branch, not taken",
        "EventCode": "0x811a",
        "EventName": "BR_SKIP_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, predicted branch, not taken"
    },
    {
        "PublicDescription": "Instruction architecturally executed, mispredicted branch, not taken",
        "EventCode": "0x811b",
        "EventName": "BR_SKIP_MIS_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, mispredicted branch, not taken"
    },
    {
        "PublicDescription": "Instruction architecturally executed, predicted branch",
        "EventCode": "0x811c",
        "EventName": "BR_PRED_RETIRED",
        "BriefDescription": "Instruction architecturally executed, predicted branch"
    },
    {
        "PublicDescription": "Instruction architecturally executed, indirect branch",
        "EventCode": "0x811d",
        "EventName": "BR_IND_RETIRED",
        "BriefDescription": "Instruction architecturally executed, indirect branch"
    },
    {
        "PublicDescription": "Branch Record captured.",
        "EventCode": "0x811f",
        "EventName": "BRB_FILTRATE",
        "BriefDescription": "Branch Record captured."
    }
]