Skip to content

Commit

Permalink
ring-buffer: Reorganize function locations
Browse files Browse the repository at this point in the history
Functions in ring-buffer.c have gotten interleaved between different
use cases. Move the functions around to get like functions closer
together. This may or may not help gcc keep cache locality, but it
makes it a little easier to work with the code.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
  • Loading branch information
Steven Rostedt (Red Hat) committed Jul 21, 2015
1 parent 7d75e68 commit d90fd77
Showing 1 changed file with 456 additions and 464 deletions.
Loading

0 comments on commit d90fd77

Please sign in to comment.