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:
fa58815
)
perf: Optimize perf_output_*() by avoiding local_xchg()
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Tue, 18 May 2010 09:12:48 +0000
(11:12 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 18 May 2010 16:35:49 +0000
(18:35 +0200)
Since the x86 XCHG ins implies LOCK, avoid the use by
using a sequence count instead.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found