| 24 | static struct trace trace = { .args = STAILQ_HEAD_INITIALIZER(trace.args), }; |
| 25 | |
| 26 | struct trace * |
| 27 | trace_obj_get(void) |
| 28 | { |
| 29 | return &trace; |
| 30 | } |
| 31 | |
| 32 | struct trace_point_head * |
| 33 | trace_list_head_get(void) |
no outgoing calls
no test coverage detected