Searched refs:tracepoint_print_iter (Results 1 – 3 of 3) sorted by relevance
1319 extern struct trace_iterator *tracepoint_print_iter;
69 struct trace_iterator *tracepoint_print_iter; variable7179 tracepoint_print_iter = in trace_init()7180 kmalloc(sizeof(*tracepoint_print_iter), GFP_KERNEL); in trace_init()7181 if (WARN_ON(!tracepoint_print_iter)) in trace_init()
222 struct trace_iterator *iter = tracepoint_print_iter; in output_printk()