Lines Matching refs:foo
258 TP_PROTO(const char *foo, int bar, const int *lst,
261 TP_ARGS(foo, bar, lst, string, mask),
264 __array( char, foo, 10 )
272 strlcpy(__entry->foo, foo, 10);
280 TP_printk("foo %s %d %s %s %s %s (%s)", __entry->foo, __entry->bar,
366 TP_PROTO(const char *foo, int bar),
368 TP_ARGS(foo, bar),
373 __string( foo, foo )
378 __assign_str(foo, foo);
382 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
409 TP_PROTO(const char *foo, int bar),
411 TP_ARGS(foo, bar),
414 __string( foo, foo )
419 __assign_str(foo, foo);
423 TP_printk("foo %s %d", __get_str(foo), __entry->bar),
456 TP_PROTO(const char *foo, int bar),
458 TP_ARGS(foo, bar),
461 __string( foo, foo )
466 __assign_str(foo, foo);
470 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
478 TP_PROTO(const char *foo, int bar),
479 TP_ARGS(foo, bar));
482 TP_PROTO(const char *foo, int bar),
483 TP_ARGS(foo, bar),
488 TP_PROTO(const char *foo, int bar),
489 TP_ARGS(foo, bar),
505 TP_PROTO(const char *foo, int bar),
506 TP_ARGS(foo, bar),
507 TP_printk("bar %s %d", __get_str(foo), __entry->bar));