Lines Matching refs:vaf
253 TP_PROTO(struct va_format *vaf),
254 TP_ARGS(vaf),
256 __vstring(msg, vaf->fmt, vaf->va)
259 __assign_vstr(msg, vaf->fmt, vaf->va);
265 TP_PROTO(struct va_format *vaf),
266 TP_ARGS(vaf)
270 TP_PROTO(struct va_format *vaf),
271 TP_ARGS(vaf)
275 TP_PROTO(struct va_format *vaf),
276 TP_ARGS(vaf)
280 TP_PROTO(unsigned int level, struct va_format *vaf),
281 TP_ARGS(level, vaf),
284 __vstring(msg, vaf->fmt, vaf->va)
288 __assign_vstr(msg, vaf->fmt, vaf->va);