1*3935c302SNick Forrington[
2*3935c302SNick Forrington    {
3*3935c302SNick Forrington        "ArchStdEvent": "STALL_FRONTEND"
4*3935c302SNick Forrington    },
5*3935c302SNick Forrington    {
6*3935c302SNick Forrington        "ArchStdEvent": "STALL_BACKEND"
7*3935c302SNick Forrington    },
8*3935c302SNick Forrington    {
9*3935c302SNick Forrington        "ArchStdEvent": "STALL"
10*3935c302SNick Forrington    },
11*3935c302SNick Forrington    {
12*3935c302SNick Forrington        "ArchStdEvent": "STALL_SLOT_BACKEND"
13*3935c302SNick Forrington    },
14*3935c302SNick Forrington    {
15*3935c302SNick Forrington        "ArchStdEvent": "STALL_SLOT_FRONTEND"
16*3935c302SNick Forrington    },
17*3935c302SNick Forrington    {
18*3935c302SNick Forrington        "ArchStdEvent": "STALL_SLOT"
19*3935c302SNick Forrington    },
20*3935c302SNick Forrington    {
21*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the frontend, cache miss. This event counts every cycle that the Data Processing Unit (DPU) instruction queue is empty and there is an instruction cache miss being processed",
22*3935c302SNick Forrington        "EventCode": "0xE1",
23*3935c302SNick Forrington        "EventName": "STALL_FRONTEND_CACHE",
24*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the frontend, cache miss. This event counts every cycle that the Data Processing Unit (DPU) instruction queue is empty and there is an instruction cache miss being processed"
25*3935c302SNick Forrington    },
26*3935c302SNick Forrington    {
27*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the frontend, TLB miss. This event counts every cycle that the DPU instruction queue is empty and there is an instruction L1 TLB miss being processed",
28*3935c302SNick Forrington        "EventCode": "0xE2",
29*3935c302SNick Forrington        "EventName": "STALL_FRONTEND_TLB",
30*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the frontend, TLB miss. This event counts every cycle that the DPU instruction queue is empty and there is an instruction L1 TLB miss being processed"
31*3935c302SNick Forrington    },
32*3935c302SNick Forrington    {
33*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the frontend, pre-decode error",
34*3935c302SNick Forrington        "EventCode": "0xE3",
35*3935c302SNick Forrington        "EventName": "STALL_FRONTEND_PDERR",
36*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the frontend, pre-decode error"
37*3935c302SNick Forrington    },
38*3935c302SNick Forrington    {
39*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend interlock. This event counts every cycle where the issue of an operation is stalled and there is an interlock. Stall cycles due to a stall in the Wr stage are excluded",
40*3935c302SNick Forrington        "EventCode": "0xE4",
41*3935c302SNick Forrington        "EventName": "STALL_BACKEND_ILOCK",
42*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend interlock. This event counts every cycle where the issue of an operation is stalled and there is an interlock. Stall cycles due to a stall in the Wr stage are excluded"
43*3935c302SNick Forrington    },
44*3935c302SNick Forrington    {
45*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, address interlock. This event counts every cycle where the issue of an operation is stalled and there is an interlock on an address operand. This type of interlock is caused by a load/store instruction waiting for data to calculate the address. Stall cycles due to a stall in the Wr stage are excluded",
46*3935c302SNick Forrington        "EventCode": "0xE5",
47*3935c302SNick Forrington        "EventName": "STALL_BACKEND_ILOCK_ADDR",
48*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, address interlock. This event counts every cycle where the issue of an operation is stalled and there is an interlock on an address operand. This type of interlock is caused by a load/store instruction waiting for data to calculate the address. Stall cycles due to a stall in the Wr stage are excluded"
49*3935c302SNick Forrington    },
50*3935c302SNick Forrington    {
51*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, interlock, or the Vector Processing Unit (VPU). This event counts every cycle where there is a stall or an interlock that is caused by a VPU instruction. Stall cycles due to a stall in the Wr stage are excluded",
52*3935c302SNick Forrington        "EventCode": "0xE6",
53*3935c302SNick Forrington        "EventName": "STALL_BACKEND_ILOCK_VPU",
54*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, interlock, or the Vector Processing Unit (VPU). This event counts every cycle where there is a stall or an interlock that is caused by a VPU instruction. Stall cycles due to a stall in the Wr stage are excluded"
55*3935c302SNick Forrington    },
56*3935c302SNick Forrington    {
57*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, load. This event counts every cycle where there is a stall in the Wr stage due to a load",
58*3935c302SNick Forrington        "EventCode": "0xE7",
59*3935c302SNick Forrington        "EventName": "STALL_BACKEND_LD",
60*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, load. This event counts every cycle where there is a stall in the Wr stage due to a load"
61*3935c302SNick Forrington    },
62*3935c302SNick Forrington    {
63*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, store. This event counts every cycle where there is a stall in the Wr stage due to a store",
64*3935c302SNick Forrington        "EventCode": "0xE8",
65*3935c302SNick Forrington        "EventName": "STALL_BACKEND_ST",
66*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, store. This event counts every cycle where there is a stall in the Wr stage due to a store"
67*3935c302SNick Forrington    },
68*3935c302SNick Forrington    {
69*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, load, cache miss. This event counts every cycle where there is a stall in the Wr stage due to a load that is waiting on data. The event counts for stalls that are caused by missing the cache or where the data is Non-cacheable",
70*3935c302SNick Forrington        "EventCode": "0xE9",
71*3935c302SNick Forrington        "EventName": "STALL_BACKEND_LD_CACHE",
72*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, load, cache miss. This event counts every cycle where there is a stall in the Wr stage due to a load that is waiting on data. The event counts for stalls that are caused by missing the cache or where the data is Non-cacheable"
73*3935c302SNick Forrington    },
74*3935c302SNick Forrington    {
75*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, load, TLB miss. This event counts every cycle where there is a stall in the Wr stage due to a load that misses in the L1 TLB",
76*3935c302SNick Forrington        "EventCode": "0xEA",
77*3935c302SNick Forrington        "EventName": "STALL_BACKEND_LD_TLB",
78*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, load, TLB miss. This event counts every cycle where there is a stall in the Wr stage due to a load that misses in the L1 TLB"
79*3935c302SNick Forrington    },
80*3935c302SNick Forrington    {
81*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, store, Store Buffer (STB) full. This event counts every cycle where there is a stall in the Wr stage because of a store operation that is waiting due to the STB being full",
82*3935c302SNick Forrington        "EventCode": "0xEB",
83*3935c302SNick Forrington        "EventName": "STALL_BACKEND_ST_STB",
84*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, store, Store Buffer (STB) full. This event counts every cycle where there is a stall in the Wr stage because of a store operation that is waiting due to the STB being full"
85*3935c302SNick Forrington    },
86*3935c302SNick Forrington    {
87*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, store, TLB miss. This event counts every cycle where there is a stall in the Wr stage because of a store operation that has missed in the L1 TLB",
88*3935c302SNick Forrington        "EventCode": "0xEC",
89*3935c302SNick Forrington        "EventName": "STALL_BACKEND_ST_TLB",
90*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, store, TLB miss. This event counts every cycle where there is a stall in the Wr stage because of a store operation that has missed in the L1 TLB"
91*3935c302SNick Forrington    },
92*3935c302SNick Forrington    {
93*3935c302SNick Forrington        "PublicDescription": "No operation issued due to the backend, VPU hazard. This event counts every cycle where the core stalls due to contention for the VPU with the other core",
94*3935c302SNick Forrington        "EventCode": "0xED",
95*3935c302SNick Forrington        "EventName": "STALL_BACKEND_VPU_HAZARD",
96*3935c302SNick Forrington        "BriefDescription": "No operation issued due to the backend, VPU hazard. This event counts every cycle where the core stalls due to contention for the VPU with the other core"
97*3935c302SNick Forrington    },
98*3935c302SNick Forrington    {
99*3935c302SNick Forrington        "PublicDescription": "Issue slot not issued due to interlock. For each cycle, this event counts each dispatch slot that does not issue due to an interlock",
100*3935c302SNick Forrington        "EventCode": "0xEE",
101*3935c302SNick Forrington        "EventName": "STALL_SLOT_BACKEND_ILOCK",
102*3935c302SNick Forrington        "BriefDescription": "Issue slot not issued due to interlock. For each cycle, this event counts each dispatch slot that does not issue due to an interlock"
103*3935c302SNick Forrington    },
104*3935c302SNick Forrington    {
105*3935c302SNick Forrington        "ArchStdEvent": "STALL_BACKEND_MEM"
106*3935c302SNick Forrington    }
107*3935c302SNick Forrington]
108