RTEMS
|
Macros | |
#define | CONFIGURE_RECORD_EXTENSIONS_ENABLED |
This configuration option is a boolean feature define. More... | |
#define | CONFIGURE_RECORD_FATAL_DUMP_BASE64 |
This configuration option is a boolean feature define. More... | |
#define | CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB |
This configuration option is a boolean feature define. More... | |
#define | CONFIGURE_RECORD_PER_PROCESSOR_ITEMS |
This configuration option is an integer define. More... | |
This section describes configuration options related to the event recording.
#define CONFIGURE_RECORD_EXTENSIONS_ENABLED |
This configuration option is a boolean feature define.
In case
then the event record extensions are enabled.
Definition at line 1754 of file appl-config.h.
#define CONFIGURE_RECORD_FATAL_DUMP_BASE64 |
This configuration option is a boolean feature define.
In case
then the event records are dumped in Base64 encoding in a fatal error extension (see Announcing a Fatal Error).
Definition at line 1781 of file appl-config.h.
#define CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB |
This configuration option is a boolean feature define.
In case
then the event records are compressed by zlib and dumped in Base64 encoding in a fatal error extension (see Announcing a Fatal Error).
Definition at line 1807 of file appl-config.h.
#define CONFIGURE_RECORD_PER_PROCESSOR_ITEMS |
This configuration option is an integer define.
The value of this configuration option defines the event record item count per processor.
The value of this configuration option shall satisfy all of the following constraints:
Definition at line 1842 of file appl-config.h.