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
[
{
"ArchStdEvent": "SW_INCR",
"BriefDescription": "This event counts on writes to the PMSWINC register."
},
{
"ArchStdEvent": "INST_RETIRED",
"BriefDescription": "This event counts every architecturally executed instruction."
},
{
"ArchStdEvent": "CID_WRITE_RETIRED",
"BriefDescription": "This event counts every write to CONTEXTIDR."
},
{
"ArchStdEvent": "BR_RETIRED",
"BriefDescription": "This event counts architecturally executed branch instruction."
},
{
"ArchStdEvent": "BR_MIS_PRED_RETIRED",
"BriefDescription": "This event counts architecturally executed branch instruction which was mispredicted."
},
{
"ArchStdEvent": "OP_RETIRED",
"BriefDescription": "This event counts every architecturally executed micro-operation."
},
{
"ArchStdEvent": "UOP_RETIRED",
"BriefDescription": "This event counts micro-operation that would be executed in a Simple sequential execution of the program."
}
]