L4Re - L4 Runtime Environment
|
L4 kernel event tracing. More...
Go to the source code of this file.
Functions | |
l4_tracebuffer_status_t * | fiasco_tbuf_get_status (void) |
Return trace-buffer status. More... | |
l4_addr_t | fiasco_tbuf_get_status_phys (void) |
Return the physical address of the trace-buffer status struct. More... | |
l4_umword_t | fiasco_tbuf_log (const char *text) |
Create new trace-buffer entry with describing <text>. More... | |
l4_umword_t | fiasco_tbuf_log_3val (const char *text, l4_umword_t v1, l4_umword_t v2, l4_umword_t v3) |
Create new trace-buffer entry with describing <text> and three additional values. More... | |
void | fiasco_tbuf_clear (void) |
Clear trace-buffer. | |
void | fiasco_tbuf_dump (void) |
Dump trace-buffer to kernel console. | |
l4_umword_t | fiasco_tbuf_log_binary (const unsigned char *data) |
Create new trace-buffer entry with binary data. More... | |
L4 kernel event tracing.
Definition in file __ktrace-impl.h.