commit | 241771ef016b5c0c83cd7a4372a74321c973c1e6 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Dec 03 10:39:53 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 08 15:47:15 2008 +0100 |
tree | 5893d72f1721af34daee82f27449bd35c9f65363 | |
parent | e7bc62b6b3aeaa8849f8383e0cfb7ca6c003adc6 [diff] |
performance counters: x86 support Implement performance counters for x86 Intel CPUs. It's simplified right now: the PERFMON CPU feature is assumed, which is available in Core2 and later Intel CPUs. The design is flexible to be extended to more CPU types as well. Signed-off-by: Ingo Molnar <mingo@elte.hu>