perf counters: consolidate hw_perf save/restore APIs
authorIngo Molnar <mingo@elte.hu>
Thu, 11 Dec 2008 12:45:51 +0000 (13:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 11 Dec 2008 14:45:53 +0000 (15:45 +0100)
Impact: cleanup

Rename them to better match up the usual IRQ disable/enable APIs:

 hw_perf_disable_all()  => hw_perf_save_disable()
 hw_perf_restore_ctrl() => hw_perf_restore()

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found