Lines Matching refs:foo
293 TP_PROTO(const char *foo, int bar, const int *lst,
297 TP_ARGS(foo, bar, lst, string, mask, fmt, va),
300 __array( char, foo, 10 )
307 __string_len( lstr, foo, bar / 2 < strlen(foo) ? bar / 2 : strlen(foo) )
311 strscpy(__entry->foo, foo, 10);
322 TP_printk("foo %s %d %s %s %s %s %s (%s) (%s) %s", __entry->foo, __entry->bar,
410 TP_PROTO(const char *foo, int bar),
412 TP_ARGS(foo, bar),
417 __string( foo, foo )
422 __assign_str(foo);
426 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
453 TP_PROTO(const char *foo, int bar),
455 TP_ARGS(foo, bar),
458 __string( foo, foo )
463 __assign_str(foo);
467 TP_printk("foo %s %d", __get_str(foo), __entry->bar),
500 TP_PROTO(const char *foo, int bar),
502 TP_ARGS(foo, bar),
505 __string( foo, foo )
510 __assign_str(foo);
514 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
522 TP_PROTO(const char *foo, int bar),
523 TP_ARGS(foo, bar));
526 TP_PROTO(const char *foo, int bar),
527 TP_ARGS(foo, bar),
532 TP_PROTO(const char *foo, int bar),
533 TP_ARGS(foo, bar),
549 TP_PROTO(const char *foo, int bar),
550 TP_ARGS(foo, bar),
551 TP_printk("bar %s %d", __get_str(foo), __entry->bar));
565 TP_PROTO(const char *foo, int bar, unsigned long *mask, const cpumask_t *cpus),
567 TP_ARGS(foo, bar, mask, cpus),
570 __rel_string( foo, foo )
578 __assign_rel_str(foo);
585 TP_printk("foo_rel_loc %s, %d, %s, %s", __get_rel_str(foo), __entry->bar,