Searched refs:va (Results 1 – 2 of 2) sorted by relevance
| /samples/trace_events/ |
| A D | trace-events-sample.c | 25 va_list va; in do_simple_thread_func() local 37 va_start(va, fmt); in do_simple_thread_func() 41 current->cpus_ptr, fmt, &va); in do_simple_thread_func() 43 va_end(va); in do_simple_thread_func()
|
| A D | trace-events-sample.h | 295 const char *fmt, va_list *va), 297 TP_ARGS(foo, bar, lst, string, mask, fmt, va), 306 __vstring( vstr, fmt, va ) 317 __assign_vstr(vstr, fmt, va);
|
Completed in 12 milliseconds