Lines Matching refs:gp_seq

71 	TP_PROTO(const char *rcuname, unsigned long gp_seq, const char *gpevent),
73 TP_ARGS(rcuname, gp_seq, gpevent),
77 __field(long, gp_seq)
83 __entry->gp_seq = (long)gp_seq;
88 __entry->rcuname, __entry->gp_seq, __entry->gpevent)
109 TP_PROTO(const char *rcuname, unsigned long gp_seq,
113 TP_ARGS(rcuname, gp_seq, gp_seq_req, level, grplo, grphi, gpevent),
117 __field(long, gp_seq)
127 __entry->gp_seq = (long)gp_seq;
136 __entry->rcuname, (long)__entry->gp_seq, (long)__entry->gp_seq_req, __entry->level,
149 TP_PROTO(const char *rcuname, unsigned long gp_seq, u8 level,
152 TP_ARGS(rcuname, gp_seq, level, grplo, grphi, qsmask),
156 __field(long, gp_seq)
165 __entry->gp_seq = (long)gp_seq;
173 __entry->rcuname, __entry->gp_seq, __entry->level,
313 TP_PROTO(const char *rcuname, int pid, unsigned long gp_seq),
315 TP_ARGS(rcuname, pid, gp_seq),
319 __field(long, gp_seq)
325 __entry->gp_seq = (long)gp_seq;
330 __entry->rcuname, __entry->gp_seq, __entry->pid)
340 TP_PROTO(const char *rcuname, unsigned long gp_seq, int pid),
342 TP_ARGS(rcuname, gp_seq, pid),
346 __field(long, gp_seq)
352 __entry->gp_seq = (long)gp_seq;
356 TP_printk("%s %ld %d", __entry->rcuname, __entry->gp_seq, __entry->pid)
369 TP_PROTO(const char *rcuname, unsigned long gp_seq,
373 TP_ARGS(rcuname, gp_seq, mask, qsmask, level, grplo, grphi, gp_tasks),
377 __field(long, gp_seq)
388 __entry->gp_seq = (long)gp_seq;
398 __entry->rcuname, __entry->gp_seq,
412 TP_PROTO(const char *rcuname, unsigned long gp_seq, int cpu, const char *qsevent),
414 TP_ARGS(rcuname, gp_seq, cpu, qsevent),
418 __field(long, gp_seq)
425 __entry->gp_seq = (long)gp_seq;
431 __entry->rcuname, __entry->gp_seq,