commit | 15dbf27cc18559a14e99609f78678aa86b9c6ff1 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Mar 13 12:21:32 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Apr 06 09:29:36 2009 +0200 |
tree | 4b88cc01991cd994777c418c4420474588b5ce0d | |
parent | 82bae4f8c2fd64a2bb1e2e72c508853ed2b4a299 [diff] |
perf_counter: software counter event infrastructure Provide generic software counter infrastructure that supports software events. This will be used to allow sample based profiling based on software events such as pagefaults. The current infrastructure can only provide a count of such events, no place information. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>