]> Git Repo - linux.git/commit
alpha: implement HW performance events on the EV67 and later CPUs
authorMichael Cree <[email protected]>
Tue, 10 Aug 2010 00:20:08 +0000 (17:20 -0700)
committerLinus Torvalds <[email protected]>
Tue, 10 Aug 2010 03:45:04 +0000 (20:45 -0700)
commit979f867191f80e74713394cf8c0a3c1b3662b648
treee2483309110e2e285330e7fd2e5f50eb25dced25
parent92484f10ca8f7d36f0bfad92b66a20aa03120cc0
alpha: implement HW performance events on the EV67 and later CPUs

This implements hardware performance events for the EV67 and later CPUs
within the Linux performance events subsystem.  Only using the performance
monitoring unit in HP/Compaq's so called "Aggregrate mode" is supported.

The code has been implemented in a manner that makes extension to other
older Alpha CPUs relatively straightforward should some mug wish to
indulge themselves.

Signed-off-by: Michael Cree <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Matt Turner <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jay Estabrook <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/alpha/include/asm/perf_event.h
arch/alpha/kernel/Makefile
arch/alpha/kernel/irq_alpha.c
arch/alpha/kernel/perf_event.c [new file with mode: 0644]
arch/alpha/kernel/time.c
This page took 0.05215 seconds and 4 git commands to generate.