2 * Performance counter support for PPC970-family processors.
4 * Copyright 2008-2009 Paul Mackerras, IBM Corporation.
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
11 #include <linux/string.h>
12 #include <linux/perf_event.h>
14 #include <asm/cputable.h>
17 * Bits in event code for PPC970
19 #define PM_PMC_SH 12 /* PMC number (1-based) for direct events */
20 #define PM_PMC_MSK 0xf
21 #define PM_UNIT_SH 8 /* TTMMUX number and setting - unit select */
22 #define PM_UNIT_MSK 0xf
23 #define PM_SPCSEL_SH 6
24 #define PM_SPCSEL_MSK 3
25 #define PM_BYTE_SH 4 /* Byte number of event bus to use */
27 #define PM_PMCSEL_MSK 0xf
29 /* Values in PM_UNIT field */
43 * Bits in MMCR0 for PPC970
45 #define MMCR0_PMC1SEL_SH 8
46 #define MMCR0_PMC2SEL_SH 1
47 #define MMCR_PMCSEL_MSK 0x1f
50 * Bits in MMCR1 for PPC970
52 #define MMCR1_TTM0SEL_SH 62
53 #define MMCR1_TTM1SEL_SH 59
54 #define MMCR1_TTM3SEL_SH 53
55 #define MMCR1_TTMSEL_MSK 3
56 #define MMCR1_TD_CP_DBG0SEL_SH 50
57 #define MMCR1_TD_CP_DBG1SEL_SH 48
58 #define MMCR1_TD_CP_DBG2SEL_SH 46
59 #define MMCR1_TD_CP_DBG3SEL_SH 44
60 #define MMCR1_PMC1_ADDER_SEL_SH 39
61 #define MMCR1_PMC2_ADDER_SEL_SH 38
62 #define MMCR1_PMC6_ADDER_SEL_SH 37
63 #define MMCR1_PMC5_ADDER_SEL_SH 36
64 #define MMCR1_PMC8_ADDER_SEL_SH 35
65 #define MMCR1_PMC7_ADDER_SEL_SH 34
66 #define MMCR1_PMC3_ADDER_SEL_SH 33
67 #define MMCR1_PMC4_ADDER_SEL_SH 32
68 #define MMCR1_PMC3SEL_SH 27
69 #define MMCR1_PMC4SEL_SH 22
70 #define MMCR1_PMC5SEL_SH 17
71 #define MMCR1_PMC6SEL_SH 12
72 #define MMCR1_PMC7SEL_SH 7
73 #define MMCR1_PMC8SEL_SH 2
75 static short mmcr1_adder_bits
[8] = {
76 MMCR1_PMC1_ADDER_SEL_SH
,
77 MMCR1_PMC2_ADDER_SEL_SH
,
78 MMCR1_PMC3_ADDER_SEL_SH
,
79 MMCR1_PMC4_ADDER_SEL_SH
,
80 MMCR1_PMC5_ADDER_SEL_SH
,
81 MMCR1_PMC6_ADDER_SEL_SH
,
82 MMCR1_PMC7_ADDER_SEL_SH
,
83 MMCR1_PMC8_ADDER_SEL_SH
91 * Layout of constraint bits:
92 * 6666555555555544444444443333333333222222222211111111110000000000
93 * 3210987654321098765432109876543210987654321098765432109876543210
94 * <><><>[ >[ >[ >< >< >< >< ><><><><><><><><>
95 * SPT0T1 UC PS1 PS2 B0 B1 B2 B3 P1P2P3P4P5P6P7P8
97 * SP - SPCSEL constraint
98 * 48-49: SPCSEL value 0x3_0000_0000_0000
100 * T0 - TTM0 constraint
101 * 46-47: TTM0SEL value (0=FPU, 2=IFU, 3=VPU) 0xC000_0000_0000
103 * T1 - TTM1 constraint
104 * 44-45: TTM1SEL value (0=IDU, 3=STS) 0x3000_0000_0000
106 * UC - unit constraint: can't have all three of FPU|IFU|VPU, ISU, IDU|STS
107 * 43: UC3 error 0x0800_0000_0000
108 * 42: FPU|IFU|VPU events needed 0x0400_0000_0000
109 * 41: ISU events needed 0x0200_0000_0000
110 * 40: IDU|STS events needed 0x0100_0000_0000
113 * 39: PS1 error 0x0080_0000_0000
114 * 36-38: count of events needing PMC1/2/5/6 0x0070_0000_0000
117 * 35: PS2 error 0x0008_0000_0000
118 * 32-34: count of events needing PMC3/4/7/8 0x0007_0000_0000
121 * 28-31: Byte 0 event source 0xf000_0000
122 * Encoding as for the event code
125 * 24-27, 20-23, 16-19: Byte 1, 2, 3 event sources
128 * 15: P1 error 0x8000
129 * 14-15: Count of events needing PMC1
132 * 0-13: Count of events needing PMC2..PMC8
135 static unsigned char direct_marked_event
[8] = {
136 (1<<2) | (1<<3), /* PMC1: PM_MRK_GRP_DISP, PM_MRK_ST_CMPL */
137 (1<<3) | (1<<5), /* PMC2: PM_THRESH_TIMEO, PM_MRK_BRU_FIN */
138 (1<<3) | (1<<5), /* PMC3: PM_MRK_ST_CMPL_INT, PM_MRK_VMX_FIN */
139 (1<<4) | (1<<5), /* PMC4: PM_MRK_GRP_CMPL, PM_MRK_CRU_FIN */
140 (1<<4) | (1<<5), /* PMC5: PM_GRP_MRK, PM_MRK_GRP_TIMEO */
141 (1<<3) | (1<<4) | (1<<5),
142 /* PMC6: PM_MRK_ST_STS, PM_MRK_FXU_FIN, PM_MRK_GRP_ISSUED */
143 (1<<4) | (1<<5), /* PMC7: PM_MRK_FPU_FIN, PM_MRK_INST_FIN */
144 (1<<4) /* PMC8: PM_MRK_LSU_FIN */
148 * Returns 1 if event counts things relating to marked instructions
149 * and thus needs the MMCRA_SAMPLE_ENABLE bit set, or 0 if not.
151 static int p970_marked_instr_event(u64 event
)
153 int pmc
, psel
, unit
, byte
, bit
;
156 pmc
= (event
>> PM_PMC_SH
) & PM_PMC_MSK
;
157 psel
= event
& PM_PMCSEL_MSK
;
159 if (direct_marked_event
[pmc
- 1] & (1 << psel
))
161 if (psel
== 0) /* add events */
162 bit
= (pmc
<= 4)? pmc
- 1: 8 - pmc
;
163 else if (psel
== 7 || psel
== 13) /* decode events */
170 byte
= (event
>> PM_BYTE_SH
) & PM_BYTE_MSK
;
171 unit
= (event
>> PM_UNIT_SH
) & PM_UNIT_MSK
;
175 mask
= 0x4c; /* byte 0 bits 2,3,6 */
178 /* byte 2 bits 0,2,3,4,6; all of byte 1 */
182 mask
= 0x50 << 24; /* byte 3 bits 4,6 */
185 return (mask
>> (byte
* 8 + bit
)) & 1;
188 /* Masks and values for using events from the various units */
189 static unsigned long unit_cons
[PM_LASTUNIT
+1][2] = {
190 [PM_FPU
] = { 0xc80000000000ull
, 0x040000000000ull
},
191 [PM_VPU
] = { 0xc80000000000ull
, 0xc40000000000ull
},
192 [PM_ISU
] = { 0x080000000000ull
, 0x020000000000ull
},
193 [PM_IFU
] = { 0xc80000000000ull
, 0x840000000000ull
},
194 [PM_IDU
] = { 0x380000000000ull
, 0x010000000000ull
},
195 [PM_STS
] = { 0x380000000000ull
, 0x310000000000ull
},
198 static int p970_get_constraint(u64 event
, unsigned long *maskp
,
201 int pmc
, byte
, unit
, sh
, spcsel
;
202 unsigned long mask
= 0, value
= 0;
205 pmc
= (event
>> PM_PMC_SH
) & PM_PMC_MSK
;
212 grp
= ((pmc
- 1) >> 1) & 1;
214 unit
= (event
>> PM_UNIT_SH
) & PM_UNIT_MSK
;
216 if (unit
> PM_LASTUNIT
)
218 mask
|= unit_cons
[unit
][0];
219 value
|= unit_cons
[unit
][1];
220 byte
= (event
>> PM_BYTE_SH
) & PM_BYTE_MSK
;
222 * Bus events on bytes 0 and 2 can be counted
223 * on PMC1/2/5/6; bytes 1 and 3 on PMC3/4/7/8.
227 /* Set byte lane select field */
228 mask
|= 0xfULL
<< (28 - 4 * byte
);
229 value
|= (unsigned long)unit
<< (28 - 4 * byte
);
232 /* increment PMC1/2/5/6 field */
233 mask
|= 0x8000000000ull
;
234 value
|= 0x1000000000ull
;
235 } else if (grp
== 1) {
236 /* increment PMC3/4/7/8 field */
237 mask
|= 0x800000000ull
;
238 value
|= 0x100000000ull
;
240 spcsel
= (event
>> PM_SPCSEL_SH
) & PM_SPCSEL_MSK
;
243 value
|= (unsigned long)spcsel
<< 48;
250 static int p970_get_alternatives(u64 event
, unsigned int flags
, u64 alt
[])
254 /* 2 alternatives for LSU empty */
255 if (event
== 0x2002 || event
== 0x3002) {
256 alt
[1] = event
^ 0x1000;
263 static int p970_compute_mmcr(u64 event
[], int n_ev
,
264 unsigned int hwc
[], unsigned long mmcr
[])
266 unsigned long mmcr0
= 0, mmcr1
= 0, mmcra
= 0;
267 unsigned int pmc
, unit
, byte
, psel
;
268 unsigned int ttm
, grp
;
269 unsigned int pmc_inuse
= 0;
270 unsigned int pmc_grp_use
[2];
271 unsigned char busbyte
[4];
272 unsigned char unituse
[16];
273 unsigned char unitmap
[] = { 0, 0<<3, 3<<3, 1<<3, 2<<3, 0|4, 3|4 };
274 unsigned char ttmuse
[2];
275 unsigned char pmcsel
[8];
282 /* First pass to count resource use */
283 pmc_grp_use
[0] = pmc_grp_use
[1] = 0;
284 memset(busbyte
, 0, sizeof(busbyte
));
285 memset(unituse
, 0, sizeof(unituse
));
286 for (i
= 0; i
< n_ev
; ++i
) {
287 pmc
= (event
[i
] >> PM_PMC_SH
) & PM_PMC_MSK
;
289 if (pmc_inuse
& (1 << (pmc
- 1)))
291 pmc_inuse
|= 1 << (pmc
- 1);
292 /* count 1/2/5/6 vs 3/4/7/8 use */
293 ++pmc_grp_use
[((pmc
- 1) >> 1) & 1];
295 unit
= (event
[i
] >> PM_UNIT_SH
) & PM_UNIT_MSK
;
296 byte
= (event
[i
] >> PM_BYTE_SH
) & PM_BYTE_MSK
;
298 if (unit
> PM_LASTUNIT
)
301 ++pmc_grp_use
[byte
& 1];
302 if (busbyte
[byte
] && busbyte
[byte
] != unit
)
304 busbyte
[byte
] = unit
;
308 if (pmc_grp_use
[0] > 4 || pmc_grp_use
[1] > 4)
312 * Assign resources and set multiplexer selects.
314 * PM_ISU can go either on TTM0 or TTM1, but that's the only
315 * choice we have to deal with.
317 if (unituse
[PM_ISU
] &
318 (unituse
[PM_FPU
] | unituse
[PM_IFU
] | unituse
[PM_VPU
]))
319 unitmap
[PM_ISU
] = 2 | 4; /* move ISU to TTM1 */
320 /* Set TTM[01]SEL fields. */
321 ttmuse
[0] = ttmuse
[1] = 0;
322 for (i
= PM_FPU
; i
<= PM_STS
; ++i
) {
326 ++ttmuse
[(ttm
>> 2) & 1];
327 mmcr1
|= (unsigned long)(ttm
& ~4) << MMCR1_TTM1SEL_SH
;
329 /* Check only one unit per TTMx */
330 if (ttmuse
[0] > 1 || ttmuse
[1] > 1)
333 /* Set byte lane select fields and TTM3SEL. */
334 for (byte
= 0; byte
< 4; ++byte
) {
335 unit
= busbyte
[byte
];
339 ttm
= (unitmap
[unit
] >> 2) & 1;
340 else if (unit
== PM_LSU0
)
344 if (unit
== PM_LSU1L
&& byte
>= 2)
345 mmcr1
|= 1ull << (MMCR1_TTM3SEL_SH
+ 3 - byte
);
347 mmcr1
|= (unsigned long)ttm
348 << (MMCR1_TD_CP_DBG0SEL_SH
- 2 * byte
);
351 /* Second pass: assign PMCs, set PMCxSEL and PMCx_ADDER_SEL fields */
352 memset(pmcsel
, 0x8, sizeof(pmcsel
)); /* 8 means don't count */
353 for (i
= 0; i
< n_ev
; ++i
) {
354 pmc
= (event
[i
] >> PM_PMC_SH
) & PM_PMC_MSK
;
355 unit
= (event
[i
] >> PM_UNIT_SH
) & PM_UNIT_MSK
;
356 byte
= (event
[i
] >> PM_BYTE_SH
) & PM_BYTE_MSK
;
357 psel
= event
[i
] & PM_PMCSEL_MSK
;
359 /* Bus event or any-PMC direct event */
361 psel
|= 0x10 | ((byte
& 2) << 2);
364 for (pmc
= 0; pmc
< 8; ++pmc
) {
365 if (pmc_inuse
& (1 << pmc
))
367 grp
= (pmc
>> 1) & 1;
369 if (grp
== (byte
& 1))
371 } else if (pmc_grp_use
[grp
] < 4) {
376 pmc_inuse
|= 1 << pmc
;
380 if (psel
== 0 && (byte
& 2))
381 /* add events on higher-numbered bus */
382 mmcr1
|= 1ull << mmcr1_adder_bits
[pmc
];
386 spcsel
= (event
[i
] >> PM_SPCSEL_SH
) & PM_SPCSEL_MSK
;
388 if (p970_marked_instr_event(event
[i
]))
389 mmcra
|= MMCRA_SAMPLE_ENABLE
;
391 for (pmc
= 0; pmc
< 2; ++pmc
)
392 mmcr0
|= pmcsel
[pmc
] << (MMCR0_PMC1SEL_SH
- 7 * pmc
);
393 for (; pmc
< 8; ++pmc
)
394 mmcr1
|= (unsigned long)pmcsel
[pmc
]
395 << (MMCR1_PMC3SEL_SH
- 5 * (pmc
- 2));
397 mmcr0
|= MMCR0_PMC1CE
;
398 if (pmc_inuse
& 0xfe)
399 mmcr0
|= MMCR0_PMCjCE
;
401 mmcra
|= 0x2000; /* mark only one IOP per PPC instruction */
403 /* Return MMCRx values */
410 static void p970_disable_pmc(unsigned int pmc
, unsigned long mmcr
[])
415 shift
= MMCR0_PMC1SEL_SH
- 7 * pmc
;
418 shift
= MMCR1_PMC3SEL_SH
- 5 * (pmc
- 2);
422 * Setting the PMCxSEL field to 0x08 disables PMC x.
424 mmcr
[i
] = (mmcr
[i
] & ~(0x1fUL
<< shift
)) | (0x08UL
<< shift
);
427 static int ppc970_generic_events
[] = {
428 [PERF_COUNT_HW_CPU_CYCLES
] = 7,
429 [PERF_COUNT_HW_INSTRUCTIONS
] = 1,
430 [PERF_COUNT_HW_CACHE_REFERENCES
] = 0x8810, /* PM_LD_REF_L1 */
431 [PERF_COUNT_HW_CACHE_MISSES
] = 0x3810, /* PM_LD_MISS_L1 */
432 [PERF_COUNT_HW_BRANCH_INSTRUCTIONS
] = 0x431, /* PM_BR_ISSUED */
433 [PERF_COUNT_HW_BRANCH_MISSES
] = 0x327, /* PM_GRP_BR_MPRED */
436 #define C(x) PERF_COUNT_HW_CACHE_##x
439 * Table of generalized cache-related events.
440 * 0 means not supported, -1 means nonsensical, other values
443 static int ppc970_cache_events
[C(MAX
)][C(OP_MAX
)][C(RESULT_MAX
)] = {
444 [C(L1D
)] = { /* RESULT_ACCESS RESULT_MISS */
445 [C(OP_READ
)] = { 0x8810, 0x3810 },
446 [C(OP_WRITE
)] = { 0x7810, 0x813 },
447 [C(OP_PREFETCH
)] = { 0x731, 0 },
449 [C(L1I
)] = { /* RESULT_ACCESS RESULT_MISS */
450 [C(OP_READ
)] = { 0, 0 },
451 [C(OP_WRITE
)] = { -1, -1 },
452 [C(OP_PREFETCH
)] = { 0, 0 },
454 [C(LL
)] = { /* RESULT_ACCESS RESULT_MISS */
455 [C(OP_READ
)] = { 0, 0 },
456 [C(OP_WRITE
)] = { 0, 0 },
457 [C(OP_PREFETCH
)] = { 0x733, 0 },
459 [C(DTLB
)] = { /* RESULT_ACCESS RESULT_MISS */
460 [C(OP_READ
)] = { 0, 0x704 },
461 [C(OP_WRITE
)] = { -1, -1 },
462 [C(OP_PREFETCH
)] = { -1, -1 },
464 [C(ITLB
)] = { /* RESULT_ACCESS RESULT_MISS */
465 [C(OP_READ
)] = { 0, 0x700 },
466 [C(OP_WRITE
)] = { -1, -1 },
467 [C(OP_PREFETCH
)] = { -1, -1 },
469 [C(BPU
)] = { /* RESULT_ACCESS RESULT_MISS */
470 [C(OP_READ
)] = { 0x431, 0x327 },
471 [C(OP_WRITE
)] = { -1, -1 },
472 [C(OP_PREFETCH
)] = { -1, -1 },
476 static struct power_pmu ppc970_pmu
= {
477 .name
= "PPC970/FX/MP",
479 .max_alternatives
= 2,
480 .add_fields
= 0x001100005555ull
,
481 .test_adder
= 0x013300000000ull
,
482 .compute_mmcr
= p970_compute_mmcr
,
483 .get_constraint
= p970_get_constraint
,
484 .get_alternatives
= p970_get_alternatives
,
485 .disable_pmc
= p970_disable_pmc
,
486 .n_generic
= ARRAY_SIZE(ppc970_generic_events
),
487 .generic_events
= ppc970_generic_events
,
488 .cache_events
= &ppc970_cache_events
,
491 static 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
);
501 arch_initcall(init_ppc970_pmu
);