summaryrefslogtreecommitdiffstats
path: root/include/linux/ring_buffer.h
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-10-20 12:40:12 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-10-20 12:40:12 -0400
commitf25106aeab7408394b9dd707e5ecf557e269c723 (patch)
tree58013e1e5eb776a921cbc8f3ef86267472fea8be /include/linux/ring_buffer.h
parente8bc43e84fada397af1b677b07dbf26e6ac78fcc (diff)
downloadblackbird-op-linux-f25106aeab7408394b9dd707e5ecf557e269c723.tar.gz
blackbird-op-linux-f25106aeab7408394b9dd707e5ecf557e269c723.zip
ring-buffer: Pass delta by value and not by reference
The delta between events is passed to the timestamp code by reference and the timestamp code will reset the value. But it can be reset from the caller. No need to pass it in by reference. By changing the call to pass by value, lets gcc optimize the code a bit more where it can store the delta in a register and not worry about updating the reference. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/ring_buffer.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud