Searched refs:trace_array_printk (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | trace.h | 50 int trace_array_printk(struct trace_array *tr, unsigned long ip, 76 int trace_array_printk(struct trace_array *tr, unsigned long ip, const char *fmt, ...) in trace_array_printk() function
|
/linux/samples/ftrace/ |
H A D | sample-trace-array.c | 52 * Printing count value using trace_array_printk() - trace_printk() in simple_thread_func() 55 trace_array_printk(tr, _THIS_IP_, "trace_array_printk: count=%d\n", in simple_thread_func()
|
/linux/kernel/trace/ |
H A D | trace.c | 3445 * trace_array_printk - Print a message to a specific instance 3458 * trace_array_printk() can be used, as it will not add noise to the 3464 int trace_array_printk(struct trace_array *tr, in trace_array_printk() function 3485 EXPORT_SYMBOL_GPL(trace_array_printk); 3488 * trace_array_init_printk - Initialize buffers for trace_array_printk() 3491 * As trace_array_printk() only writes into instances, they are OK to 3493 * before trace_array_printk() can be used on a trace_array.
|