]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc, perf: Fix frequency calculation for overflowing counters (FSL version)
authorAnton Blanchard <anton@samba.org>
Tue, 18 Jan 2011 10:44:04 +0000 (21:44 +1100)
committerIngo Molnar <mingo@elte.hu>
Wed, 19 Jan 2011 19:05:42 +0000 (20:05 +0100)
commite7ed7e02800e59636e4f87bf5b7fb41ce71943a2
tree0f5e358671240dac4c0c2eec011b35454ca7d97f
parent187fcd3fd0cff253998754a7d61e3b00f73d9bdb
powerpc, perf: Fix frequency calculation for overflowing counters (FSL version)

When fixing the frequency calculations for perf on powerpc I
forgot to fix the FSL version.

If we dont set event->hw.last_period the frequency to period
calculations in perf go haywire and we continually
throttle/unthrottle the PMU.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20110118214404.2f42e634@kryten>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/powerpc/kernel/perf_event_fsl_emb.c