L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
ktrace.h File Reference

L4 kernel event tracing. More...

#include <l4/sys/types.h>
#include <l4/sys/ktrace_events.h>
#include <l4/sys/__ktrace-impl.h>
+ Include dependency graph for ktrace.h:

Go to the source code of this file.

Functions

l4_umword_t fiasco_tbuf_log (const char *text)
 Create new trace-buffer entry with describing <text>.
 
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.
 
l4_umword_t fiasco_tbuf_log_binary (const unsigned char *data)
 Create new trace-buffer entry with binary data.
 
void fiasco_tbuf_clear (void)
 Clear trace-buffer.
 
void fiasco_tbuf_dump (void)
 Dump trace-buffer to kernel console.
 

Detailed Description

L4 kernel event tracing.

Definition in file ktrace.h.