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:
555f386
)
tracing: optimize global_trace_clock cachelines
author
Steven Rostedt
<srostedt@redhat.com>
Tue, 15 Sep 2009 16:24:22 +0000
(12:24 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Tue, 15 Sep 2009 16:24:22 +0000
(12:24 -0400)
The prev_trace_clock_time is only read or written to when the
trace_clock_lock is taken. For better perfomance, they
should share the same cache line.
Reported-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found