git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35edc2a
)
perf: Fix mmap_page::offset computation
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Mon, 21 Nov 2011 19:58:59 +0000
(20:58 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 21 Dec 2011 10:01:09 +0000
(11:01 +0100)
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>
No differences found