commit | 365a4038486b57bb2bd516706a80f82f250f5306 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Nov 21 20:58:59 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Dec 21 11:01:09 2011 +0100 |
tree | e1c435230121dd794e706509e3140584ecfb0ac8 | |
parent | 35edc2a5095efb189e60dc32bbb9d2663aec6d24 [diff] |
perf: Fix mmap_page::offset computation There's multiple reason the counter might be unavailable, change the condition to !->index since perf_event_index() should return 0 for all those cases. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/n/tip-1ixr3olci40w8rgv2evv2ldh@git.kernel.org Signed-off-by: Ingo Molnar <mingo@elte.hu>