Include dependency graph for trace.c:

Go to the source code of this file.
| Functions | |
| MODULE_LICENSE ("GPL") | |
| int | rt_register_tracer (tracer_call pmTraceFunction) | 
| int | rt_unregister_tracer (tracer_call pmTraceFunction) | 
| int | rt_trace_event (uint8_t pmEventID, void *pmEventStruct) | 
| int | __rtai_trace_init (void) | 
| void | __rtai_trace_exit (void) | 
| module_init (__rtai_trace_init) | |
| module_exit (__rtai_trace_exit) | |
| Variables | |
| static int | rt_tracer_registered = 0 | 
| tracer_call | rt_tracer = NULL | 
| module_exit | ( | __rtai_trace_exit | ) | 
| module_init | ( | __rtai_trace_init | ) | 
| MODULE_LICENSE | ( | "GPL" | ) | 
| int rt_register_tracer | ( | tracer_call | pmTraceFunction | ) | 
| int rt_trace_event | ( | uint8_t | pmEventID, | |
| void * | pmEventStruct | |||
| ) | 
| int rt_unregister_tracer | ( | tracer_call | pmTraceFunction | ) | 
| tracer_call rt_tracer = NULL | 
Definition at line 39 of file trace.c.
Referenced by rt_register_tracer(), rt_trace_event(), and rt_unregister_tracer().
| int rt_tracer_registered = 0  [static] | 
Definition at line 38 of file trace.c.
Referenced by rt_register_tracer(), rt_trace_event(), and rt_unregister_tracer().
 1.4.7
 1.4.7