Lines Matching refs:foo
279 TP_PROTO(const char *foo, int bar, const int *lst,
283 TP_ARGS(foo, bar, lst, string, mask, fmt, va),
286 __array( char, foo, 10 )
295 strlcpy(__entry->foo, foo, 10);
304 TP_printk("foo %s %d %s %s %s %s (%s) %s", __entry->foo, __entry->bar,
390 TP_PROTO(const char *foo, int bar),
392 TP_ARGS(foo, bar),
397 __string( foo, foo )
402 __assign_str(foo, foo);
406 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
433 TP_PROTO(const char *foo, int bar),
435 TP_ARGS(foo, bar),
438 __string( foo, foo )
443 __assign_str(foo, foo);
447 TP_printk("foo %s %d", __get_str(foo), __entry->bar),
480 TP_PROTO(const char *foo, int bar),
482 TP_ARGS(foo, bar),
485 __string( foo, foo )
490 __assign_str(foo, foo);
494 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
502 TP_PROTO(const char *foo, int bar),
503 TP_ARGS(foo, bar));
506 TP_PROTO(const char *foo, int bar),
507 TP_ARGS(foo, bar),
512 TP_PROTO(const char *foo, int bar),
513 TP_ARGS(foo, bar),
529 TP_PROTO(const char *foo, int bar),
530 TP_ARGS(foo, bar),
531 TP_printk("bar %s %d", __get_str(foo), __entry->bar));
545 TP_PROTO(const char *foo, int bar, unsigned long *mask),
547 TP_ARGS(foo, bar, mask),
550 __rel_string( foo, foo )
557 __assign_rel_str(foo, foo);
563 TP_printk("foo_rel_loc %s, %d, %s", __get_rel_str(foo), __entry->bar,