diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-17 09:09:13 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-23 12:45:10 +0100 |
commit | eb2b861810d4ff72454c83996b891df4e0aaff9a (patch) | |
tree | 9b99f1ec88cd3a248425a6370c700aca2db9b759 /include/linux/perf_counter.h | |
parent | 5c167b8585c8d91206b395d57011ead7711e322f (diff) | |
download | linux-stable-eb2b861810d4ff72454c83996b891df4e0aaff9a.tar.gz linux-stable-eb2b861810d4ff72454c83996b891df4e0aaff9a.tar.bz2 linux-stable-eb2b861810d4ff72454c83996b891df4e0aaff9a.zip |
x86, perfcounters: prepare for fixed-mode PMCs
Impact: refactor the x86 code for fixed-mode PMCs
Extend the data structures and rename the existing facilities
to allow for a 'generic' versus 'fixed' counter distinction.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index d038450de87d..984da540224b 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h @@ -14,6 +14,7 @@ #define _LINUX_PERF_COUNTER_H #include <asm/atomic.h> +#include <asm/perf_counter.h> #include <linux/list.h> #include <linux/mutex.h> |