Searched refs:trace_puts (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dkernel.h587 * The trace_puts() will suffice. But how can we take advantage of
588 * using trace_puts() when trace_printk() has only one argument?
594 * do_trace_printk() otherwise, optimize it to trace_puts(). Then just
604 trace_puts(fmt); \
628 * trace_puts - write a string into the ftrace buffer
631 * Note: __trace_bputs is an internal function for trace_puts and
632 * the @ip is passed in via the trace_puts macro.
644 * Please refrain from leaving trace_puts scattered around in
646 * allocated when trace_puts() is used)
652 #define trace_puts(str) ({ \ macro

Completed in 56 milliseconds