diff options
Diffstat (limited to 'arch/powerpc/oprofile')
-rw-r--r-- | arch/powerpc/oprofile/op_model_fsl_emb.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/powerpc/oprofile/op_model_fsl_emb.c b/arch/powerpc/oprofile/op_model_fsl_emb.c index 91596f6ba1f..62312abffa2 100644 --- a/arch/powerpc/oprofile/op_model_fsl_emb.c +++ b/arch/powerpc/oprofile/op_model_fsl_emb.c | |||
@@ -228,20 +228,6 @@ static void pmc_stop_ctrs(void) | |||
228 | mtpmr(PMRN_PMGC0, pmgc0); | 228 | mtpmr(PMRN_PMGC0, pmgc0); |
229 | } | 229 | } |
230 | 230 | ||
231 | static void dump_pmcs(void) | ||
232 | { | ||
233 | printk("pmgc0: %x\n", mfpmr(PMRN_PMGC0)); | ||
234 | printk("pmc\t\tpmlca\t\tpmlcb\n"); | ||
235 | printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC0), | ||
236 | mfpmr(PMRN_PMLCA0), mfpmr(PMRN_PMLCB0)); | ||
237 | printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC1), | ||
238 | mfpmr(PMRN_PMLCA1), mfpmr(PMRN_PMLCB1)); | ||
239 | printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC2), | ||
240 | mfpmr(PMRN_PMLCA2), mfpmr(PMRN_PMLCB2)); | ||
241 | printk("%8x\t%8x\t%8x\n", mfpmr(PMRN_PMC3), | ||
242 | mfpmr(PMRN_PMLCA3), mfpmr(PMRN_PMLCB3)); | ||
243 | } | ||
244 | |||
245 | static int fsl_emb_cpu_setup(struct op_counter_config *ctr) | 231 | static int fsl_emb_cpu_setup(struct op_counter_config *ctr) |
246 | { | 232 | { |
247 | int i; | 233 | int i; |