Lines Matching refs:foo
231 TP_PROTO(const char *foo, int bar, const int *lst,
234 TP_ARGS(foo, bar, lst, string, mask),
237 __array( char, foo, 10 )
245 strlcpy(__entry->foo, foo, 10);
253 TP_printk("foo %s %d %s %s %s %s (%s)", __entry->foo, __entry->bar,
339 TP_PROTO(const char *foo, int bar),
341 TP_ARGS(foo, bar),
346 __string( foo, foo )
351 __assign_str(foo, foo);
355 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
382 TP_PROTO(const char *foo, int bar),
384 TP_ARGS(foo, bar),
387 __string( foo, foo )
392 __assign_str(foo, foo);
396 TP_printk("foo %s %d", __get_str(foo), __entry->bar),
429 TP_PROTO(const char *foo, int bar),
431 TP_ARGS(foo, bar),
434 __string( foo, foo )
439 __assign_str(foo, foo);
443 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
451 TP_PROTO(const char *foo, int bar),
452 TP_ARGS(foo, bar));
455 TP_PROTO(const char *foo, int bar),
456 TP_ARGS(foo, bar),
461 TP_PROTO(const char *foo, int bar),
462 TP_ARGS(foo, bar),
478 TP_PROTO(const char *foo, int bar),
479 TP_ARGS(foo, bar),
480 TP_printk("bar %s %d", __get_str(foo), __entry->bar));