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,
314 TP_PROTO(const char *rcuname, int pid, unsigned long gp_seq),
316 TP_ARGS(rcuname, pid, gp_seq),
320 __field(long, gp_seq)
326 __entry->gp_seq = (long)gp_seq;
331 __entry->rcuname, __entry->gp_seq, __entry->pid)
341 TP_PROTO(const char *rcuname, unsigned long gp_seq, int pid),
343 TP_ARGS(rcuname, gp_seq, pid),
347 __field(long, gp_seq)
353 __entry->gp_seq = (long)gp_seq;
357 TP_printk("%s %ld %d", __entry->rcuname, __entry->gp_seq, __entry->pid)
370 TP_PROTO(const char *rcuname, unsigned long gp_seq,
374 TP_ARGS(rcuname, gp_seq, mask, qsmask, level, grplo, grphi, gp_tasks),
378 __field(long, gp_seq)
389 __entry->gp_seq = (long)gp_seq;
399 __entry->rcuname, __entry->gp_seq,
413 TP_PROTO(const char *rcuname, unsigned long gp_seq, int cpu, const char *qsevent),
415 TP_ARGS(rcuname, gp_seq, cpu, qsevent),
419 __field(long, gp_seq)
426 __entry->gp_seq = (long)gp_seq;
432 __entry->rcuname, __entry->gp_seq,
545 __array(unsigned long, gp_seq, RCU_CBLIST_NSEGS)
552 memcpy(__entry->gp_seq, rs->gp_seq, RCU_CBLIST_NSEGS * sizeof(unsigned long));
559 __entry->gp_seq[0], __entry->gp_seq[1], __entry->gp_seq[2], __entry->gp_seq[3])