]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libpmc/pmu-events/arch/x86/amdfam17h/core.json
MFC r355666: libpmc: sort some amdfam17h entries to make valid json
[FreeBSD/FreeBSD.git] / lib / libpmc / pmu-events / arch / x86 / amdfam17h / core.json
1 [
2  {
3  "EventName": "ex_ret_instr",
4  "EventCode": "0xc0",
5  "SampleAfterValue": "2000003",
6  "BriefDescription": "Retired Instructions."
7  },
8  {
9  "EventName": "ex_ret_cops",
10  "EventCode": "0xc1",
11  "SampleAfterValue": "2000003",
12  "BriefDescription": "The number of uOps retired. This includes all processor activity (instructions, exceptions, interrupts, microcode assists, etc.). The number of events logged per cycle can vary from 0 to 4."
13  },
14  {
15  "EventName": "ex_ret_brn",
16  "EventCode": "0xc2",
17  "SampleAfterValue": "2000003",
18  "BriefDescription": "The number of branch instructions retired. This includes all types of architectural control flow changes, including exceptions and interrupts."
19  },
20  {
21  "EventName": "ex_ret_brn_misp",
22  "EventCode": "0xc3",
23  "BriefDescription": "The number of branch instructions retired, of any type, that were not correctly predicted. This includes those for which prediction is not attempted (far control transfers, exceptions and interrupts)."
24  },
25  {
26  "EventName": "ex_ret_brn_tkn",
27  "EventCode": "0xc4",
28  "BriefDescription": "The number of taken branches that were retired. This includes all types of architectural control flow changes, including exceptions and interrupts."
29  },
30  {
31  "EventName": "ex_ret_brn_tkn_misp",
32  "EventCode": "0xc5",
33  "BriefDescription": "The number of retired taken branch instructions that were mispredicted."
34  },
35  {
36  "EventName": "ex_ret_brn_far",
37  "EventCode": "0xc6",
38  "BriefDescription": "The number of far control transfers retired including far call/jump/return, IRET, SYSCALL and SYSRET, plus exceptions and interrupts. Far control transfers are not subject to branch prediction."
39  },
40  {
41  "EventName": "ex_ret_brn_resync",
42  "EventCode": "0xc7",
43  "BriefDescription": "The number of resync branches. These reflect pipeline restarts due to certain microcode assists and events such as writes to the active instruction stream, among other things. Each occurrence reflects a restart penalty similar to a branch mispredict. This is relatively rare."
44  },
45  {
46  "EventName": "ex_ret_near_ret",
47  "EventCode": "0xc8",
48  "BriefDescription": "The number of near return instructions (RET or RET Iw) retired."
49  },
50  {
51  "EventName": "ex_ret_near_ret_mispred",
52  "EventCode": "0xc9",
53  "BriefDescription": "The number of near returns retired that were not correctly predicted by the return address predictor. Each such mispredict incurs the same penalty as a mispredicted conditional branch instruction."
54  },
55  {
56  "EventName": "ex_ret_brn_ind_misp",
57  "EventCode": "0xca",
58  "BriefDescription": "Retired Indirect Branch Instructions Mispredicted."
59  },
60  {
61  "EventName": "ex_ret_mmx_fp_instr.sse_instr",
62  "EventCode": "0xcb",
63  "BriefDescription": "SSE instructions (SSE, SSE2, SSE3, SSSE3, SSE4A, SSE41, SSE42, AVX).",
64  "PublicDescription": "The number of MMX, SSE or x87 instructions retired. The UnitMask allows the selection of the individual classes of instructions as given in the table. Each increment represents one complete instruction. Since this event includes non-numeric instructions it is not suitable for measuring MFLOPS. SSE instructions (SSE, SSE2, SSE3, SSSE3, SSE4A, SSE41, SSE42, AVX).",
65  "UMask": "0x4"
66  },
67  {
68  "EventName": "ex_ret_mmx_fp_instr.mmx_instr",
69  "EventCode": "0xcb",
70  "BriefDescription": "MMX instructions.",
71  "PublicDescription": "The number of MMX, SSE or x87 instructions retired. The UnitMask allows the selection of the individual classes of instructions as given in the table. Each increment represents one complete instruction. Since this event includes non-numeric instructions it is not suitable for measuring MFLOPS. MMX instructions.",
72  "UMask": "0x2"
73  },
74  {
75  "EventName": "ex_ret_mmx_fp_instr.x87_instr",
76  "EventCode": "0xcb",
77  "BriefDescription": "x87 instructions.",
78  "PublicDescription": "The number of MMX, SSE or x87 instructions retired. The UnitMask allows the selection of the individual classes of instructions as given in the table. Each increment represents one complete instruction. Since this event includes non-numeric instructions it is not suitable for measuring MFLOPS. x87 instructions.",
79  "UMask": "0x1"
80  },
81  {
82  "EventName": "ex_ret_cond",
83  "EventCode": "0xd1",
84  "BriefDescription": "Retired Conditional Branch Instructions."
85  },
86  {
87  "EventName": "ex_ret_cond_misp",
88  "EventCode": "0xd2",
89  "BriefDescription": "Retired Conditional Branch Instructions Mispredicted."
90  },
91  {
92  "EventName": "ex_div_busy",
93  "EventCode": "0xd3",
94  "BriefDescription": "Div Cycles Busy count."
95  },
96  {
97  "EventName": "ex_div_count",
98  "EventCode": "0xd4",
99  "BriefDescription": "Div Op Count."
100  },
101  {
102  "EventName": "ex_tagged_ibs_ops.ibs_count_rollover",
103  "EventCode": "0x1cf",
104  "BriefDescription": "Number of times an op could not be tagged by IBS because of a previous tagged op that has not retired.",
105  "PublicDescription": "Tagged IBS Ops. Number of times an op could not be tagged by IBS because of a previous tagged op that has not retired.",
106  "UMask": "0x4"
107  },
108  {
109  "EventName": "ex_tagged_ibs_ops.ibs_tagged_ops_ret",
110  "EventCode": "0x1cf",
111  "BriefDescription": "Number of Ops tagged by IBS that retired.",
112  "PublicDescription": "Tagged IBS Ops. Number of Ops tagged by IBS that retired.",
113  "UMask": "0x2"
114  },
115  {
116  "EventName": "ex_tagged_ibs_ops.ibs_tagged_ops",
117  "EventCode": "0x1cf",
118  "BriefDescription": "Number of Ops tagged by IBS.",
119  "PublicDescription": "Tagged IBS Ops. Number of Ops tagged by IBS.",
120  "UMask": "0x1"
121  },
122  {
123  "EventName": "ex_ret_fus_brnch_inst",
124  "EventCode": "0x1d0",
125  "BriefDescription": "The number of fused retired branch instructions retired per cycle. The number of events logged per cycle can vary from 0 to 3."
126  }
127 ]