commit | 01b2838c4298c5e0d30b4993c195ac34dd9df61e | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Dec 11 13:45:51 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 11 15:45:53 2008 +0100 |
tree | 56a526fb72bd068eb4e06aa79a7569e6afb4138a | |
parent | 5c92d12411dfe5f0f3d1b1c1e2f756245e6f7249 [diff] |
perf counters: consolidate hw_perf save/restore APIs 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>