1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Performance counter support for PPC970-family processors.
5 * Copyright 2008-2009 Paul Mackerras, IBM Corporation.
7 #include <linux/string.h>
8 #include <linux/perf_event.h>
10 #include <asm/cputable.h>
15 * Bits in event code for PPC970
17 #define PM_PMC_SH 12 /* PMC number (1-based) for direct events */
18 #define PM_PMC_MSK 0xf
19 #define PM_UNIT_SH 8 /* TTMMUX number and setting - unit select */
20 #define PM_UNIT_MSK 0xf
21 #define PM_SPCSEL_SH 6
22 #define PM_SPCSEL_MSK 3
23 #define PM_BYTE_SH 4 /* Byte number of event bus to use */
25 #define PM_PMCSEL_MSK 0xf
27 /* Values in PM_UNIT field */
41 * Bits in MMCR0 for PPC970
43 #define MMCR0_PMC1SEL_SH 8
44 #define MMCR0_PMC2SEL_SH 1
45 #define MMCR_PMCSEL_MSK 0x1f
48 * Bits in MMCR1 for PPC970
50 #define MMCR1_TTM0SEL_SH 62
51 #define MMCR1_TTM1SEL_SH 59
52 #define MMCR1_TTM3SEL_SH 53
53 #define MMCR1_TTMSEL_MSK 3
54 #define MMCR1_TD_CP_DBG0SEL_SH 50
55 #define MMCR1_TD_CP_DBG1SEL_SH 48
56 #define MMCR1_TD_CP_DBG2SEL_SH 46
57 #define MMCR1_TD_CP_DBG3SEL_SH 44
58 #define MMCR1_PMC1_ADDER_SEL_SH 39
59 #define MMCR1_PMC2_ADDER_SEL_SH 38
60 #define MMCR1_PMC6_ADDER_SEL_SH 37
61 #define MMCR1_PMC5_ADDER_SEL_SH 36
62 #define MMCR1_PMC8_ADDER_SEL_SH 35
63 #define MMCR1_PMC7_ADDER_SEL_SH 34
64 #define MMCR1_PMC3_ADDER_SEL_SH 33
65 #define MMCR1_PMC4_ADDER_SEL_SH 32
66 #define MMCR1_PMC3SEL_SH 27
67 #define MMCR1_PMC4SEL_SH 22
68 #define MMCR1_PMC5SEL_SH 17
69 #define MMCR1_PMC6SEL_SH 12
70 #define MMCR1_PMC7SEL_SH 7
71 #define MMCR1_PMC8SEL_SH 2
73 static short mmcr1_adder_bits
[8] = {
74 MMCR1_PMC1_ADDER_SEL_SH
,
75 MMCR1_PMC2_ADDER_SEL_SH
,
76 MMCR1_PMC3_ADDER_SEL_SH
,
77 MMCR1_PMC4_ADDER_SEL_SH
,
78 MMCR1_PMC5_ADDER_SEL_SH
,
79 MMCR1_PMC6_ADDER_SEL_SH
,
80 MMCR1_PMC7_ADDER_SEL_SH
,
81 MMCR1_PMC8_ADDER_SEL_SH
85 * Layout of constraint bits:
86 * 6666555555555544444444443333333333222222222211111111110000000000
87 * 3210987654321098765432109876543210987654321098765432109876543210
88 * <><><>[ >[ >[ >< >< >< >< ><><><><><><><><>
89 * SPT0T1 UC PS1 PS2 B0 B1 B2 B3 P1P2P3P4P5P6P7P8
91 * SP - SPCSEL constraint
92 * 48-49: SPCSEL value 0x3_0000_0000_0000
94 * T0 - TTM0 constraint
95 * 46-47: TTM0SEL value (0=FPU, 2=IFU, 3=VPU) 0xC000_0000_0000
97 * T1 - TTM1 constraint
98 * 44-45: TTM1SEL value (0=IDU, 3=STS) 0x3000_0000_0000
100 * UC - unit constraint: can't have all three of FPU|IFU|VPU, ISU, IDU|STS
101 * 43: UC3 error 0x0800_0000_0000
102 * 42: FPU|IFU|VPU events needed 0x0400_0000_0000
103 * 41: ISU events needed 0x0200_0000_0000
104 * 40: IDU|STS events needed 0x0100_0000_0000
107 * 39: PS1 error 0x0080_0000_0000
108 * 36-38: count of events needing PMC1/2/5/6 0x0070_0000_0000
111 * 35: PS2 error 0x0008_0000_0000
112 * 32-34: count of events needing PMC3/4/7/8 0x0007_0000_0000
115 * 28-31: Byte 0 event source 0xf000_0000
116 * Encoding as for the event code
119 * 24-27, 20-23, 16-19: Byte 1, 2, 3 event sources
122 * 15: P1 error 0x8000
123 * 14-15: Count of events needing PMC1
126 * 0-13: Count of events needing PMC2..PMC8
129 static unsigned char direct_marked_event
[8] = {
130 (1<<2) | (1<<3), /* PMC1: PM_MRK_GRP_DISP, PM_MRK_ST_CMPL */
131 (1<<3) | (1<<5), /* PMC2: PM_THRESH_TIMEO, PM_MRK_BRU_FIN */
132 (1<<3) | (1<<5), /* PMC3: PM_MRK_ST_CMPL_INT, PM_MRK_VMX_FIN */
133 (1<<4) | (1<<5), /* PMC4: PM_MRK_GRP_CMPL, PM_MRK_CRU_FIN */
134 (1<<4) | (1<<5), /* PMC5: PM_GRP_MRK, PM_MRK_GRP_TIMEO */
135 (1<<3) | (1<<4) | (1<<5),
136 /* PMC6: PM_MRK_ST_STS, PM_MRK_FXU_FIN, PM_MRK_GRP_ISSUED */
137 (1<<4) | (1<<5), /* PMC7: PM_MRK_FPU_FIN, PM_MRK_INST_FIN */
138 (1<<4) /* PMC8: PM_MRK_LSU_FIN */
142 * Returns 1 if event counts things relating to marked instructions
143 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
145 static int p970_marked_instr_event(u64 event
)
147 int pmc
, psel
, unit
, byte
, bit
;
150 pmc
= (event
>> PM_PMC_SH
) & PM_PMC_MSK
;
151 psel
= event
& PM_PMCSEL_MSK
;
153 if (direct_marked_event
[pmc
- 1] & (1 << psel
))
155 if (psel
== 0) /* add events */
156 bit
= (pmc
<= 4)? pmc
- 1: 8 - pmc
;
157 else if (psel
== 7 || psel
== 13) /* decode events */
164 byte
= (event
>> PM_BYTE_SH
) & PM_BYTE_MSK
;
165 unit
= (event
>> PM_UNIT_SH
) & PM_UNIT_MSK
;
169 mask
= 0x4c; /* byte 0 bits 2,3,6 */
172 /* byte 2 bits 0,2,3,4,6; all of byte 1 */
176 mask
= 0x50 << 24; /* byte 3 bits 4,6 */
179 return (mask
>> (byte
* 8 + bit
)) & 1;
182 /* Masks and values for using events from the various units */
183 static unsigned long unit_cons
[PM_LASTUNIT
+1][2] = {
184 [PM_FPU
] = { 0xc80000000000ull
, 0x040000000000ull
},
185 [PM_VPU
] = { 0xc80000000000ull
, 0xc40000000000ull
},
186 [PM_ISU
] = { 0x080000000000ull
, 0x020000000000ull
},
187 [PM_IFU
] = { 0xc80000000000ull
, 0x840000000000ull
},
188 [PM_IDU
] = { 0x380000000000ull
, 0x010000000000ull
},
189 [PM_STS
] = { 0x380000000000ull
, 0x310000000000ull
},
192 static int p970_get_constraint(u64 event
, unsigned long *maskp
,
195 int pmc
, byte
, unit
, sh
, spcsel
;
196 unsigned long mask
= 0, value
= 0;
199 pmc
= (event
>> PM_PMC_SH
) & PM_PMC_MSK
;
206 grp
= ((pmc
- 1) >> 1) & 1;
208 unit
= (event
>> PM_UNIT_SH
) & PM_UNIT_MSK
;
210 if (unit
> PM_LASTUNIT
)
212 mask
|= unit_cons
[unit
][0];
213 value
|= unit_cons
[unit
][1];
214 byte
= (event
>> PM_BYTE_SH
) & PM_BYTE_MSK
;
216 * Bus events on bytes 0 and 2 can be counted
217 * on PMC1/2/5/6; bytes 1 and 3 on PMC3/4/7/8.
221 /* Set byte lane select field */
222 mask
|= 0xfULL
<< (28 - 4 * byte
);
223 value
|= (unsigned long)unit
<< (28 - 4 * byte
);
226 /* increment PMC1/2/5/6 field */
227 mask
|= 0x8000000000ull
;
228 value
|= 0x1000000000ull
;
229 } else if (grp
== 1) {
230 /* increment PMC3/4/7/8 field */
231 mask
|= 0x800000000ull
;
232 value
|= 0x100000000ull
;
234 spcsel
= (event
>> PM_SPCSEL_SH
) & PM_SPCSEL_MSK
;
237 value
|= (unsigned long)spcsel
<< 48;
244 static int p970_get_alternatives(u64 event
, unsigned int flags
, u64 alt
[])
248 /* 2 alternatives for LSU empty */
249 if (event
== 0x2002 || event
== 0x3002) {
250 alt
[1] = event
^ 0x1000;
257 static int p970_compute_mmcr(u64 event
[], int n_ev
,
258 unsigned int hwc
[], struct mmcr_regs
*mmcr
,
259 struct perf_event
*pevents
[])
261 unsigned long mmcr0
= 0, mmcr1
= 0, mmcra
= 0;
262 unsigned int pmc
, unit
, byte
, psel
;
263 unsigned int ttm
, grp
;
264 unsigned int pmc_inuse
= 0;
265 unsigned int pmc_grp_use
[2];
266 unsigned char busbyte
[4];
267 unsigned char unituse
[16];
268 unsigned char unitmap
[] = { 0, 0<<3, 3<<3, 1<<3, 2<<3, 0|4, 3|4 };
269 unsigned char ttmuse
[2];
270 unsigned char pmcsel
[8];
277 /* First pass to count resource use */
278 pmc_grp_use
[0] = pmc_grp_use
[1] = 0;
279 memset(busbyte
, 0, sizeof(busbyte
));
280 memset(unituse
, 0, sizeof(unituse
));
281 for (i
= 0; i
< n_ev
; ++i
) {
282 pmc
= (event
[i
] >> PM_PMC_SH
) & PM_PMC_MSK
;
284 if (pmc_inuse
& (1 << (pmc
- 1)))
286 pmc_inuse
|= 1 << (pmc
- 1);
287 /* count 1/2/5/6 vs 3/4/7/8 use */
288 ++pmc_grp_use
[((pmc
- 1) >> 1) & 1];
290 unit
= (event
[i
] >> PM_UNIT_SH
) & PM_UNIT_MSK
;
291 byte
= (event
[i
] >> PM_BYTE_SH
) & PM_BYTE_MSK
;
293 if (unit
> PM_LASTUNIT
)
296 ++pmc_grp_use
[byte
& 1];
297 if (busbyte
[byte
] && busbyte
[byte
] != unit
)
299 busbyte
[byte
] = unit
;
303 if (pmc_grp_use
[0] > 4 || pmc_grp_use
[1] > 4)
307 * Assign resources and set multiplexer selects.
309 * PM_ISU can go either on TTM0 or TTM1, but that's the only
310 * choice we have to deal with.
312 if (unituse
[PM_ISU
] &
313 (unituse
[PM_FPU
] | unituse
[PM_IFU
] | unituse
[PM_VPU
]))
314 unitmap
[PM_ISU
] = 2 | 4; /* move ISU to TTM1 */
315 /* Set TTM[01]SEL fields. */
316 ttmuse
[0] = ttmuse
[1] = 0;
317 for (i
= PM_FPU
; i
<= PM_STS
; ++i
) {
321 ++ttmuse
[(ttm
>> 2) & 1];
322 mmcr1
|= (unsigned long)(ttm
& ~4) << MMCR1_TTM1SEL_SH
;
324 /* Check only one unit per TTMx */
325 if (ttmuse
[0] > 1 || ttmuse
[1] > 1)
328 /* Set byte lane select fields and TTM3SEL. */
329 for (byte
= 0; byte
< 4; ++byte
) {
330 unit
= busbyte
[byte
];
334 ttm
= (unitmap
[unit
] >> 2) & 1;
335 else if (unit
== PM_LSU0
)
339 if (unit
== PM_LSU1L
&& byte
>= 2)
340 mmcr1
|= 1ull << (MMCR1_TTM3SEL_SH
+ 3 - byte
);
342 mmcr1
|= (unsigned long)ttm
343 << (MMCR1_TD_CP_DBG0SEL_SH
- 2 * byte
);
346 /* Second pass: assign PMCs, set PMCxSEL and PMCx_ADDER_SEL fields */
347 memset(pmcsel
, 0x8, sizeof(pmcsel
)); /* 8 means don't count */
348 for (i
= 0; i
< n_ev
; ++i
) {
349 pmc
= (event
[i
] >> PM_PMC_SH
) & PM_PMC_MSK
;
350 unit
= (event
[i
] >> PM_UNIT_SH
) & PM_UNIT_MSK
;
351 byte
= (event
[i
] >> PM_BYTE_SH
) & PM_BYTE_MSK
;
352 psel
= event
[i
] & PM_PMCSEL_MSK
;
354 /* Bus event or any-PMC direct event */
356 psel
|= 0x10 | ((byte
& 2) << 2);
359 for (pmc
= 0; pmc
< 8; ++pmc
) {
360 if (pmc_inuse
& (1 << pmc
))
362 grp
= (pmc
>> 1) & 1;
364 if (grp
== (byte
& 1))
366 } else if (pmc_grp_use
[grp
] < 4) {
371 pmc_inuse
|= 1 << pmc
;
375 if (psel
== 0 && (byte
& 2))
376 /* add events on higher-numbered bus */
377 mmcr1
|= 1ull << mmcr1_adder_bits
[pmc
];
381 spcsel
= (event
[i
] >> PM_SPCSEL_SH
) & PM_SPCSEL_MSK
;
383 if (p970_marked_instr_event(event
[i
]))
384 mmcra
|= MMCRA_SAMPLE_ENABLE
;
386 for (pmc
= 0; pmc
< 2; ++pmc
)
387 mmcr0
|= pmcsel
[pmc
] << (MMCR0_PMC1SEL_SH
- 7 * pmc
);
388 for (; pmc
< 8; ++pmc
)
389 mmcr1
|= (unsigned long)pmcsel
[pmc
]
390 << (MMCR1_PMC3SEL_SH
- 5 * (pmc
- 2));
392 mmcr0
|= MMCR0_PMC1CE
;
393 if (pmc_inuse
& 0xfe)
394 mmcr0
|= MMCR0_PMCjCE
;
396 mmcra
|= 0x2000; /* mark only one IOP per PPC instruction */
398 /* Return MMCRx values */
405 static void p970_disable_pmc(unsigned int pmc
, struct mmcr_regs
*mmcr
)
410 * Setting the PMCxSEL field to 0x08 disables PMC x.
413 shift
= MMCR0_PMC1SEL_SH
- 7 * pmc
;
414 mmcr
->mmcr0
= (mmcr
->mmcr0
& ~(0x1fUL
<< shift
)) | (0x08UL
<< shift
);
416 shift
= MMCR1_PMC3SEL_SH
- 5 * (pmc
- 2);
417 mmcr
->mmcr1
= (mmcr
->mmcr1
& ~(0x1fUL
<< shift
)) | (0x08UL
<< shift
);
421 static int ppc970_generic_events
[] = {
422 [PERF_COUNT_HW_CPU_CYCLES
] = 7,
423 [PERF_COUNT_HW_INSTRUCTIONS
] = 1,
424 [PERF_COUNT_HW_CACHE_REFERENCES
] = 0x8810, /* PM_LD_REF_L1 */
425 [PERF_COUNT_HW_CACHE_MISSES
] = 0x3810, /* PM_LD_MISS_L1 */
426 [PERF_COUNT_HW_BRANCH_INSTRUCTIONS
] = 0x431, /* PM_BR_ISSUED */
427 [PERF_COUNT_HW_BRANCH_MISSES
] = 0x327, /* PM_GRP_BR_MPRED */
430 #define C(x) PERF_COUNT_HW_CACHE_##x
433 * Table of generalized cache-related events.
434 * 0 means not supported, -1 means nonsensical, other values
437 static u64 ppc970_cache_events
[C(MAX
)][C(OP_MAX
)][C(RESULT_MAX
)] = {
438 [C(L1D
)] = { /* RESULT_ACCESS RESULT_MISS */
439 [C(OP_READ
)] = { 0x8810, 0x3810 },
440 [C(OP_WRITE
)] = { 0x7810, 0x813 },
441 [C(OP_PREFETCH
)] = { 0x731, 0 },
443 [C(L1I
)] = { /* RESULT_ACCESS RESULT_MISS */
444 [C(OP_READ
)] = { 0, 0 },
445 [C(OP_WRITE
)] = { -1, -1 },
446 [C(OP_PREFETCH
)] = { 0, 0 },
448 [C(LL
)] = { /* RESULT_ACCESS RESULT_MISS */
449 [C(OP_READ
)] = { 0, 0 },
450 [C(OP_WRITE
)] = { 0, 0 },
451 [C(OP_PREFETCH
)] = { 0x733, 0 },
453 [C(DTLB
)] = { /* RESULT_ACCESS RESULT_MISS */
454 [C(OP_READ
)] = { 0, 0x704 },
455 [C(OP_WRITE
)] = { -1, -1 },
456 [C(OP_PREFETCH
)] = { -1, -1 },
458 [C(ITLB
)] = { /* RESULT_ACCESS RESULT_MISS */
459 [C(OP_READ
)] = { 0, 0x700 },
460 [C(OP_WRITE
)] = { -1, -1 },
461 [C(OP_PREFETCH
)] = { -1, -1 },
463 [C(BPU
)] = { /* RESULT_ACCESS RESULT_MISS */
464 [C(OP_READ
)] = { 0x431, 0x327 },
465 [C(OP_WRITE
)] = { -1, -1 },
466 [C(OP_PREFETCH
)] = { -1, -1 },
468 [C(NODE
)] = { /* RESULT_ACCESS RESULT_MISS */
469 [C(OP_READ
)] = { -1, -1 },
470 [C(OP_WRITE
)] = { -1, -1 },
471 [C(OP_PREFETCH
)] = { -1, -1 },
475 static struct power_pmu ppc970_pmu
= {
476 .name
= "PPC970/FX/MP",
478 .max_alternatives
= 2,
479 .add_fields
= 0x001100005555ull
,
480 .test_adder
= 0x013300000000ull
,
481 .compute_mmcr
= p970_compute_mmcr
,
482 .get_constraint
= p970_get_constraint
,
483 .get_alternatives
= p970_get_alternatives
,
484 .disable_pmc
= p970_disable_pmc
,
485 .n_generic
= ARRAY_SIZE(ppc970_generic_events
),
486 .generic_events
= ppc970_generic_events
,
487 .cache_events
= &ppc970_cache_events
,
488 .flags
= PPMU_NO_SIPR
| PPMU_NO_CONT_SAMPLING
,
491 int init_ppc970_pmu(void)
493 if (!cur_cpu_spec
->oprofile_cpu_type
||
494 (strcmp(cur_cpu_spec
->oprofile_cpu_type
, "ppc64/970")
495 && strcmp(cur_cpu_spec
->oprofile_cpu_type
, "ppc64/970MP")))
498 return register_power_pmu(&ppc970_pmu
);