crash/extensions
Dave Anderson 6341fe52dd Fix for the extensions/trace.c extension module to account for the
Linux 4.7 kernel commit dcb0b5575d24 that changed the bit index for
the TRACE_EVENT_FL_TRACEPOINT flag.  Without the patch, the "extend"
command fails to load the trace.so module, with the error message
"extend: /path/to/crash/extensions/trace.so: no commands registered:
shared object unloaded".  The patch reads the flag's enum value
dynamically instead of using a hard-coded value.
(namhyung@gmail.com)
2016-07-13 14:29:28 -04: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 Added support for the ARM64 architecture in the extensions/snap.c 2014-04-04 15:22:43 -04:00
snap.mk Build extension modules that utilize the generic extensions/Makefile 2015-04-24 10:42:54 -04:00
trace.c Fix for the extensions/trace.c extension module to account for the 2016-07-13 14:29:28 -04:00