ring-buffer: Reorganize function locations
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Fri, 29 May 2015 16:12:27 +0000 (12:12 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 21 Jul 2015 02:30:49 +0000 (22:30 -0400)
commitd90fd77402d3de56a9ca3df04e5d868d0979dc59
treeed6ab987ed33a81e3c57b36233648f09512a7872
parent7d75e6833b579adb3de2c7b917de1204eeafea47
ring-buffer: Reorganize function locations

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>
kernel/trace/ring_buffer.c