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

/linux-master/include/linux/
H A Dkernel.h260 * The trace_puts() will suffice. But how can we take advantage of
261 * using trace_puts() when trace_printk() has only one argument?
267 * do_trace_printk() otherwise, optimize it to trace_puts(). Then just
277 trace_puts(fmt); \
301 * trace_puts - write a string into the ftrace buffer
304 * Note: __trace_bputs is an internal function for trace_puts and
305 * the @ip is passed in via the trace_puts macro.
317 * Please refrain from leaving trace_puts scattered around in
319 * allocated when trace_puts() is used.)
325 #define trace_puts(st macro
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl4879 if ($line =~ /\b(trace_printk|trace_puts|ftrace_vprintk)\s*\(/) {

Completed in 224 milliseconds