void rtems_record_dump_base64(void(*put_char)(int, void *), void *arg)
Dumps the event records in base64 encoding.
void rtems_record_dump(rtems_record_dump_chunk chunk, void *arg)
Dumps the record header, the thread names, and all items of all processors.
Definition: record-dump.c:92
The context for record dumps with zlib compression and base64 encoding.
Definition: recorddump.h:85
void rtems_record_dump_zlib_base64(rtems_record_dump_base64_zlib_context *ctx, void(*put_char)(int, void *), void *arg)
Dumps the event records compressed with zlib in base64 encoding.
Definition: record-dump-zbase64.c:132
void(* rtems_record_dump_chunk)(void *arg, const void *data, size_t length)
Handler for record dumps to output a chunk of data.
Definition: recorddump.h:52