Skip to content
Snippets Groups Projects
user avatar
Steven Rostedt (VMware) authored
As there's two struct ring_buffers in the kernel, it causes some confusion.
The other one being the perf ring buffer. It was agreed upon that as neither
of the ring buffers are generic enough to be used globally, they should be
renamed as:

   perf's ring_buffer -> perf_buffer
   ftrace's ring_buffer -> trace_buffer

This implements the changes to the ring buffer that ftrace uses.

Link: https://lore.kernel.org/r/20191213140531.116b3200@gandalf.local.home



Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
13292494
History
Name Last commit Last update
..