Searched refs:tracepoint_print_iter (Results 1 – 3 of 3) sorted by relevance
1382 extern struct trace_iterator *tracepoint_print_iter;
69 struct trace_iterator *tracepoint_print_iter; variable7308 tracepoint_print_iter = in trace_init()7309 kmalloc(sizeof(*tracepoint_print_iter), GFP_KERNEL); in trace_init()7310 if (WARN_ON(!tracepoint_print_iter)) in trace_init()
268 struct trace_iterator *iter = tracepoint_print_iter; in output_printk()