1. 21 10月, 2010 1 次提交
    • S
      ring-buffer: Pass delta by value and not by reference · f25106ae
      Steven Rostedt 提交于
      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: NSteven Rostedt <rostedt@goodmis.org>
      f25106ae
  2. 20 10月, 2010 3 次提交
  3. 19 10月, 2010 6 次提交
  4. 18 10月, 2010 14 次提交
  5. 17 10月, 2010 2 次提交
  6. 16 10月, 2010 14 次提交