Lines Matching refs:foo
230 TP_PROTO(const char *foo, int bar, const int *lst,
233 TP_ARGS(foo, bar, lst, string, mask),
236 __array( char, foo, 10 )
244 strlcpy(__entry->foo, foo, 10);
252 TP_printk("foo %s %d %s %s %s %s (%s)", __entry->foo, __entry->bar,
338 TP_PROTO(const char *foo, int bar),
340 TP_ARGS(foo, bar),
345 __string( foo, foo )
350 __assign_str(foo, foo);
354 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
381 TP_PROTO(const char *foo, int bar),
383 TP_ARGS(foo, bar),
386 __string( foo, foo )
391 __assign_str(foo, foo);
395 TP_printk("foo %s %d", __get_str(foo), __entry->bar),
428 TP_PROTO(const char *foo, int bar),
430 TP_ARGS(foo, bar),
433 __string( foo, foo )
438 __assign_str(foo, foo);
442 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
450 TP_PROTO(const char *foo, int bar),
451 TP_ARGS(foo, bar));
454 TP_PROTO(const char *foo, int bar),
455 TP_ARGS(foo, bar),
460 TP_PROTO(const char *foo, int bar),
461 TP_ARGS(foo, bar),
477 TP_PROTO(const char *foo, int bar),
478 TP_ARGS(foo, bar),
479 TP_printk("bar %s %d", __get_str(foo), __entry->bar));