All of lore.kernel.org
 help / color / mirror / Atom feed
* Perf events/ARM
@ 2009-12-01 12:04 Jamie Iles
  2009-12-01 14:31 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Jamie Iles @ 2009-12-01 12:04 UTC (permalink / raw)
  To: linux-kernel

Hi,

I'm looking at adding support for the hardware performance counters in ARMv6
using the new perf events framework. I have a simple setup that uses the
counters on their own, but wrt the perf events framework:

	- what are the requirements of set_perf_event_pending() and
	perf_event_do_pending()? As far as I can tell from sparc/x86/powerpc,
	set_perf_event_pending() triggers an interrupt that then calls
	perf_event_do_pending(). Does perf_event_do_pending need to run in
	interrupt context or could I use a soft IRQ if platforms don't have a
	spare IRQ?

	- ARM does not have proper support for atomic64's. Other than
	performance, would there be any known problems with using the generic
	spinlocked atomic64's?

Thanks,

Jamie

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-01 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-01 12:04 Perf events/ARM Jamie Iles
2009-12-01 14:31 ` Ingo Molnar
2009-12-01 14:40   ` Peter Zijlstra
2009-12-01 14:53     ` Jamie Iles

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.