[PATCH 8/8][RFC] ring-buffer: User context bit recursion checking

2012-11-15 Thread Steven Rostedt
From: Steven Rostedt Using context bit recursion checking, we can help increase the performance of the ring buffer. Before this patch: # echo function > /debug/tracing/current_tracer # for i in `seq 10`; do ./hackbench 50; done Time: 10.285 Time: 10.407 Time: 10.243 Time: 10.372 Time: 10.380

[PATCH 8/8][RFC] ring-buffer: User context bit recursion checking

2012-11-02 Thread Steven Rostedt
From: Steven Rostedt Using context bit recursion checking, we can help increase the performance of the ring buffer. Before this patch: # echo function > /debug/tracing/current_tracer # for i in `seq 10`; do ./hackbench 50; done Time: 10.285 Time: 10.407 Time: 10.243 Time: 10.372 Time: 10.380