Searched refs:trace_seq_vprintf (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | trace_seq.c | 142 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf() function 159 EXPORT_SYMBOL_GPL(trace_seq_vprintf);
|
H A D | trace_output.c | 327 trace_seq_vprintf(s, trace_event_format(iter, fmt), ap); in trace_event_printf() 339 trace_seq_vprintf(s, trace_event_format(iter, fmt), ap); in trace_output_raw()
|
/openbmc/linux/include/linux/ |
H A D | trace_seq.h | 81 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args);
|