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

/linux-master/include/linux/
H A Dtrace.h50 int trace_array_printk(struct trace_array *tr, unsigned long ip,
75 static inline int trace_array_printk(struct trace_array *tr, unsigned long ip, function
/linux-master/samples/ftrace/
H A Dsample-trace-array.c52 * Printing count value using trace_array_printk() - trace_printk()
55 trace_array_printk(tr, _THIS_IP_, "trace_array_printk: count=%d\n",
/linux-master/kernel/trace/
H A Dtrace.c3364 * trace_array_printk - Print a message to a specific instance
3377 * trace_array_printk() can be used, as it will not add noise to the
3384 int trace_array_printk(struct trace_array *tr, function
3405 EXPORT_SYMBOL_GPL(trace_array_printk); variable
3408 * trace_array_init_printk - Initialize buffers for trace_array_printk()
3411 * As trace_array_printk() only writes into instances, they are OK to
3413 * before trace_array_printk() can be used on a trace_array.

Completed in 191 milliseconds