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