crash/extensions
Valentin Schneider f1d5078a48 extensions/trace: Rename ring_buffer to trace_buffer
This renaming is present from Linux v5.6 upwards, and was introduced by
commit:

  13292494379f ("tracing: Make struct ring_buffer less ambiguous")

Rename the internal references from ring_buffer to trace_buffer. Backwards
compatibility with older kernels is provided by checking whether struct
trace_buffer has a buffer field of type struct ring buffer - should that
not be the case, the newer naming scheme is used instead.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
2020-10-12 11:26:15 +09:00
..
dminfo.c Initial commit: crash-7.0.4 2014-01-28 16:46:11 -05:00
echo.c Initial commit: crash-7.0.4 2014-01-28 16:46:11 -05:00
eppic.c Initial commit: crash-7.0.4 2014-01-28 16:46:11 -05:00
eppic.mk Update the extensions/eppic.mk file to clone the eppic source code 2015-07-09 10:45:18 -04:00
Makefile Remove the leftover ".constructor" build file in the extensions 2015-05-18 11:00:31 -04:00
snap.c Extension of the "snap.so" extension module to pass a second 2019-04-04 14:43:17 -04:00
snap.mk Build extension modules that utilize the generic extensions/Makefile 2015-04-24 10:42:54 -04:00
trace.c extensions/trace: Rename ring_buffer to trace_buffer 2020-10-12 11:26:15 +09:00