| commit | 039fc91e064b81c2820ff16c304be5aba35fd126 | [log] [tgz] |
|---|---|---|
| author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Mar 13 16:43:47 2009 +0100 |
| committer | Ingo Molnar <mingo@elte.hu> | Mon Apr 06 09:29:46 2009 +0200 |
| tree | 2167c0dfeac53bb52dfb078f23de4896249b4118 | |
| parent | 592903cdcbf606a838056bae6d03fc557806c914 [diff] |
perf_counter: fix hrtimer sampling Impact: fix deadlock with perfstat Fix for the perfstat fubar.. We cannot unconditionally call hrtimer_cancel() without ever having done hrtimer_init() on the thing. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Orig-LKML-Reference: <1236959027.22447.149.camel@twins> Signed-off-by: Ingo Molnar <mingo@elte.hu>