Lines Matching refs:args
42 __array(unsigned long, args, 6)
46 memcpy(__entry->args, mc->args, sizeof(ulong) * nargs);
47 memset(__entry->args + nargs, 0, sizeof(ulong) * (6 - nargs));
51 __entry->args[0], __entry->args[1], __entry->args[2],
52 __entry->args[3], __entry->args[4], __entry->args[5])
56 TP_PROTO(size_t args),
57 TP_ARGS(args),
59 __field(size_t, args)
61 TP_fast_assign(__entry->args = args),
62 TP_printk("alloc entry %zu arg bytes", __entry->args)
114 TP_PROTO(unsigned long op, size_t args, enum xen_mc_extend_args res),
115 TP_ARGS(op, args, res),
118 __field(size_t, args)
122 __entry->args = args;
126 __entry->args,