blob: 07a10e590c1de44d951bb0b25e3bdfd364670f94 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Copyright (C) 2004 Anton Blanchard <anton@au.ibm.com>, IBM
3 *
4 * Based on alpha version.
5 *
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.
10 */
11
Stephen Rothwell654810e2005-09-19 23:21:15 +100012#ifndef _ASM_POWERPC_OPROFILE_IMPL_H
13#define _ASM_POWERPC_OPROFILE_IMPL_H
Arnd Bergmann88ced032005-12-16 22:43:46 +010014#ifdef __KERNEL__
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
16#define OP_MAX_COUNTER 8
17
18/* Per-counter configuration as set via oprofilefs. */
19struct op_counter_config {
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 unsigned long enabled;
21 unsigned long event;
22 unsigned long count;
Andy Fleming555d97a2005-12-15 20:02:04 -060023 /* Classic doesn't support per-counter user/kernel selection */
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 unsigned long kernel;
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 unsigned long user;
26 unsigned long unit_mask;
27};
28
29/* System-wide configuration as set via oprofilefs. */
30struct op_system_config {
Andy Fleming555d97a2005-12-15 20:02:04 -060031#ifdef CONFIG_PPC64
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 unsigned long mmcr0;
33 unsigned long mmcr1;
34 unsigned long mmcra;
Stephen Rothwell654810e2005-09-19 23:21:15 +100035#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 unsigned long enable_kernel;
37 unsigned long enable_user;
Linus Torvalds1da177e2005-04-16 15:20:36 -070038};
39
40/* Per-arch configuration */
Stephen Rothwella3e48c12005-09-19 23:18:31 +100041struct op_powerpc_model {
Linus Torvalds1da177e2005-04-16 15:20:36 -070042 void (*reg_setup) (struct op_counter_config *,
43 struct op_system_config *,
44 int num_counters);
Andy Flemingdd6c89f2006-10-27 15:06:32 -050045 void (*cpu_setup) (struct op_counter_config *);
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 void (*start) (struct op_counter_config *);
47 void (*stop) (void);
48 void (*handle_interrupt) (struct pt_regs *,
49 struct op_counter_config *);
50 int num_counters;
51};
52
Andy Fleming555d97a2005-12-15 20:02:04 -060053extern struct op_powerpc_model op_model_fsl_booke;
Stephen Rothwella3e48c12005-09-19 23:18:31 +100054extern struct op_powerpc_model op_model_rs64;
55extern struct op_powerpc_model op_model_power4;
Andy Fleming555d97a2005-12-15 20:02:04 -060056extern struct op_powerpc_model op_model_7450;
Anton Blanchard72533db2006-03-27 11:23:29 +110057
58#ifndef CONFIG_FSL_BOOKE
Andy Fleming555d97a2005-12-15 20:02:04 -060059
60/* All the classic PPC parts use these */
Linus Torvalds1da177e2005-04-16 15:20:36 -070061static inline unsigned int ctr_read(unsigned int i)
62{
63 switch(i) {
64 case 0:
65 return mfspr(SPRN_PMC1);
66 case 1:
67 return mfspr(SPRN_PMC2);
68 case 2:
69 return mfspr(SPRN_PMC3);
70 case 3:
71 return mfspr(SPRN_PMC4);
72 case 4:
73 return mfspr(SPRN_PMC5);
74 case 5:
75 return mfspr(SPRN_PMC6);
Andy Fleming555d97a2005-12-15 20:02:04 -060076
77/* No PPC32 chip has more than 6 so far */
78#ifdef CONFIG_PPC64
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 case 6:
80 return mfspr(SPRN_PMC7);
81 case 7:
82 return mfspr(SPRN_PMC8);
Andy Fleming555d97a2005-12-15 20:02:04 -060083#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 default:
85 return 0;
86 }
87}
88
89static inline void ctr_write(unsigned int i, unsigned int val)
90{
91 switch(i) {
92 case 0:
93 mtspr(SPRN_PMC1, val);
94 break;
95 case 1:
96 mtspr(SPRN_PMC2, val);
97 break;
98 case 2:
99 mtspr(SPRN_PMC3, val);
100 break;
101 case 3:
102 mtspr(SPRN_PMC4, val);
103 break;
104 case 4:
105 mtspr(SPRN_PMC5, val);
106 break;
107 case 5:
108 mtspr(SPRN_PMC6, val);
109 break;
Andy Fleming555d97a2005-12-15 20:02:04 -0600110
111/* No PPC32 chip has more than 6, yet */
112#ifdef CONFIG_PPC64
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 case 6:
114 mtspr(SPRN_PMC7, val);
115 break;
116 case 7:
117 mtspr(SPRN_PMC8, val);
118 break;
Andy Fleming555d97a2005-12-15 20:02:04 -0600119#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 default:
121 break;
122 }
123}
Andy Flemingdd6c89f2006-10-27 15:06:32 -0500124#else /* CONFIG_FSL_BOOKE */
125static inline u32 get_pmlca(int ctr)
126{
127 u32 pmlca;
128
129 switch (ctr) {
130 case 0:
131 pmlca = mfpmr(PMRN_PMLCA0);
132 break;
133 case 1:
134 pmlca = mfpmr(PMRN_PMLCA1);
135 break;
136 case 2:
137 pmlca = mfpmr(PMRN_PMLCA2);
138 break;
139 case 3:
140 pmlca = mfpmr(PMRN_PMLCA3);
141 break;
142 default:
143 panic("Bad ctr number\n");
144 }
145
146 return pmlca;
147}
148
149static inline void set_pmlca(int ctr, u32 pmlca)
150{
151 switch (ctr) {
152 case 0:
153 mtpmr(PMRN_PMLCA0, pmlca);
154 break;
155 case 1:
156 mtpmr(PMRN_PMLCA1, pmlca);
157 break;
158 case 2:
159 mtpmr(PMRN_PMLCA2, pmlca);
160 break;
161 case 3:
162 mtpmr(PMRN_PMLCA3, pmlca);
163 break;
164 default:
165 panic("Bad ctr number\n");
166 }
167}
168
169static inline unsigned int ctr_read(unsigned int i)
170{
171 switch(i) {
172 case 0:
173 return mfpmr(PMRN_PMC0);
174 case 1:
175 return mfpmr(PMRN_PMC1);
176 case 2:
177 return mfpmr(PMRN_PMC2);
178 case 3:
179 return mfpmr(PMRN_PMC3);
180 default:
181 return 0;
182 }
183}
184
185static inline void ctr_write(unsigned int i, unsigned int val)
186{
187 switch(i) {
188 case 0:
189 mtpmr(PMRN_PMC0, val);
190 break;
191 case 1:
192 mtpmr(PMRN_PMC1, val);
193 break;
194 case 2:
195 mtpmr(PMRN_PMC2, val);
196 break;
197 case 3:
198 mtpmr(PMRN_PMC3, val);
199 break;
200 default:
201 break;
202 }
203}
204
205
206#endif /* CONFIG_FSL_BOOKE */
207
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208
Brian Rogan6c6bd752006-03-27 11:57:01 +1100209extern void op_powerpc_backtrace(struct pt_regs * const regs, unsigned int depth);
210
Arnd Bergmann88ced032005-12-16 22:43:46 +0100211#endif /* __KERNEL__ */
Stephen Rothwell654810e2005-09-19 23:21:15 +1000212#endif /* _ASM_POWERPC_OPROFILE_IMPL_H */