commit | ee06094f8279e1312fc0a31591320cc7b6f0ab1e | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sat Dec 13 09:00:03 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Dec 14 20:30:48 2008 +0100 |
tree | aecf8f2177b2398e4db8df68a9705009b31a8ef7 | |
parent | 9b194e831fb2c322ed81a373e49620f34edc2778 [diff] |
perfcounters: restructure x86 counter math Impact: restructure code Change counter math from absolute values to clear delta logic. We try to extract elapsed deltas from the raw hw counter - and put that into the generic counter. Signed-off-by: Ingo Molnar <mingo@elte.hu>