satyr
0.26
|
Data Fields | |
enum sr_report_type | type |
char * | version |
Version of the kernel. | |
bool | taint_module_proprietary |
bool | taint_module_out_of_tree |
bool | taint_forced_module |
bool | taint_forced_removal |
bool | taint_smp_unsafe |
bool | taint_mce |
bool | taint_page_release |
bool | taint_userspace |
bool | taint_died_recently |
bool | taint_acpi_overridden |
bool | taint_warning |
bool | taint_staging_driver |
bool | taint_firmware_workaround |
bool | taint_unsigned_module |
bool | taint_soft_lockup |
bool | taint_live_patched |
char ** | modules |
List of loaded modules. More... | |
char * | raw_oops |
Raw kerneloops text. | |
struct sr_koops_frame * | frames |
Call trace. It might be NULL as it is not mandatory. | |
char * | reason |
Reason message extracted by ABRT. | |
Definition at line 41 of file koops/stacktrace.h.
char** sr_koops_stacktrace::modules |
List of loaded modules.
It might be NULL as it is sometimes not included in a kerneloops.
Definition at line 79 of file koops/stacktrace.h.
bool sr_koops_stacktrace::taint_mce |
A machine check exception has been raised.
Definition at line 60 of file koops/stacktrace.h.
bool sr_koops_stacktrace::taint_module_proprietary |
http://www.mjmwired.net/kernel/Documentation/oops-tracing.txt
Definition at line 54 of file koops/stacktrace.h.
bool sr_koops_stacktrace::taint_page_release |
A process has been found in a bad page state.
Definition at line 62 of file koops/stacktrace.h.