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);
323 __entry->foo, __entry->bar,
419 TP_PROTO(const char *foo, int bar),
421 TP_ARGS(foo, bar),
426 __string( foo, foo )
431 __assign_str(foo);
435 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
462 TP_PROTO(const char *foo, int bar),
464 TP_ARGS(foo, bar),
467 __string( foo, foo )
472 __assign_str(foo);
476 TP_printk("foo %s %d", __get_str(foo), __entry->bar),
509 TP_PROTO(const char *foo, int bar),
511 TP_ARGS(foo, bar),
514 __string( foo, foo )
519 __assign_str(foo);
523 TP_printk("foo %s %d", __get_str(foo), __entry->bar)
531 TP_PROTO(const char *foo, int bar),
532 TP_ARGS(foo, bar));
535 TP_PROTO(const char *foo, int bar),
536 TP_ARGS(foo, bar),
541 TP_PROTO(const char *foo, int bar),
542 TP_ARGS(foo, bar),
558 TP_PROTO(const char *foo, int bar),
559 TP_ARGS(foo, bar),
560 TP_printk("bar %s %d", __get_str(foo), __entry->bar));
574 TP_PROTO(const char *foo, int bar, unsigned long *mask, const cpumask_t *cpus),
576 TP_ARGS(foo, bar, mask, cpus),
579 __rel_string( foo, foo )
587 __assign_rel_str(foo);
594 TP_printk("foo_rel_loc %s, %d, %s, %s", __get_rel_str(foo), __entry->bar,