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
126
127
128
|
{
"chip": "A5XX",
"groups": [
{
"name": "CP",
"num": 8,
"reserved": [ 0 ],
"select": "CP_PERFCTR_CP_SEL_{}",
"counter_lo": "RBBM_PERFCTR_CP_{}_LO",
"counter_hi": "RBBM_PERFCTR_CP_{}_HI",
"countable_type": "a5xx_cp_perfcounter_select"
},
{
"name": "CCU",
"num": 4,
"select": "RB_PERFCTR_CCU_SEL_{}",
"counter_lo": "RBBM_PERFCTR_CCU_{}_LO",
"counter_hi": "RBBM_PERFCTR_CCU_{}_HI",
"countable_type": "a5xx_ccu_perfcounter_select"
},
{
"name": "TSE",
"num": 4,
"select": "GRAS_PERFCTR_TSE_SEL_{}",
"counter_lo": "RBBM_PERFCTR_TSE_{}_LO",
"counter_hi": "RBBM_PERFCTR_TSE_{}_HI",
"countable_type": "a5xx_tse_perfcounter_select"
},
{
"name": "RAS",
"num": 4,
"select": "GRAS_PERFCTR_RAS_SEL_{}",
"counter_lo": "RBBM_PERFCTR_RAS_{}_LO",
"counter_hi": "RBBM_PERFCTR_RAS_{}_HI",
"countable_type": "a5xx_ras_perfcounter_select"
},
{
"name": "LRZ",
"num": 4,
"select": "GRAS_PERFCTR_LRZ_SEL_{}",
"counter_lo": "RBBM_PERFCTR_LRZ_{}_LO",
"counter_hi": "RBBM_PERFCTR_LRZ_{}_HI",
"countable_type": "a5xx_lrz_perfcounter_select"
},
{
"name": "HLSQ",
"num": 8,
"select": "HLSQ_PERFCTR_HLSQ_SEL_{}",
"counter_lo": "RBBM_PERFCTR_HLSQ_{}_LO",
"counter_hi": "RBBM_PERFCTR_HLSQ_{}_HI",
"countable_type": "a5xx_hlsq_perfcounter_select"
},
{
"name": "PC",
"num": 8,
"select": "PC_PERFCTR_PC_SEL_{}",
"counter_lo": "RBBM_PERFCTR_PC_{}_LO",
"counter_hi": "RBBM_PERFCTR_PC_{}_HI",
"countable_type": "a5xx_pc_perfcounter_select"
},
{
"name": "RB",
"num": 8,
"select": "RB_PERFCTR_RB_SEL_{}",
"counter_lo": "RBBM_PERFCTR_RB_{}_LO",
"counter_hi": "RBBM_PERFCTR_RB_{}_HI",
"countable_type": "a5xx_rb_perfcounter_select"
},
{
"name": "RBBM",
"num": 4,
"reserved": [ 0 ],
"select": "RBBM_PERFCTR_RBBM_SEL_{}",
"counter_lo": "RBBM_PERFCTR_RBBM_{}_LO",
"counter_hi": "RBBM_PERFCTR_RBBM_{}_HI",
"countable_type": "a5xx_rbbm_perfcounter_select"
},
{
"name": "SP",
"num": 12,
"reserved": [ 0 ],
"select": "SP_PERFCTR_SP_SEL_{}",
"counter_lo": "RBBM_PERFCTR_SP_{}_LO",
"counter_hi": "RBBM_PERFCTR_SP_{}_HI",
"countable_type": "a5xx_sp_perfcounter_select"
},
{
"name": "TP",
"num": 8,
"select": "TPL1_PERFCTR_TP_SEL_{}",
"counter_lo": "RBBM_PERFCTR_TP_{}_LO",
"counter_hi": "RBBM_PERFCTR_TP_{}_HI",
"countable_type": "a5xx_tp_perfcounter_select"
},
{
"name": "UCHE",
"num": 8,
"select": "UCHE_PERFCTR_UCHE_SEL_{}",
"counter_lo": "RBBM_PERFCTR_UCHE_{}_LO",
"counter_hi": "RBBM_PERFCTR_UCHE_{}_HI",
"countable_type": "a5xx_uche_perfcounter_select"
},
{
"name": "VFD",
"num": 8,
"select": "VFD_PERFCTR_VFD_SEL_{}",
"counter_lo": "RBBM_PERFCTR_VFD_{}_LO",
"counter_hi": "RBBM_PERFCTR_VFD_{}_HI",
"countable_type": "a5xx_vfd_perfcounter_select"
},
{
"name": "VPC",
"num": 4,
"select": "VPC_PERFCTR_VPC_SEL_{}",
"counter_lo": "RBBM_PERFCTR_VPC_{}_LO",
"counter_hi": "RBBM_PERFCTR_VPC_{}_HI",
"countable_type": "a5xx_vpc_perfcounter_select"
},
{
"name": "VSC",
"num": 2,
"select": "VSC_PERFCTR_VSC_SEL_{}",
"counter_lo": "RBBM_PERFCTR_VSC_{}_LO",
"counter_hi": "RBBM_PERFCTR_VSC_{}_HI",
"countable_type": "a5xx_vsc_perfcounter_select"
}
]
}
|