Lines Matching refs:ctxt
66 __field(unsigned int, ctxt)
78 __entry->ctxt = uctxt->ctxt;
89 TP_printk("[%s] ctxt %u:%u " UCTXT_FMT,
91 __entry->ctxt,
107 TP_PROTO(struct hfi1_devdata *dd, unsigned int ctxt,
110 TP_ARGS(dd, ctxt, subctxt, cinfo),
112 __field(unsigned int, ctxt)
121 __entry->ctxt = ctxt;
129 TP_printk("[%s] ctxt %u:%u " CINFO_FMT,
131 __entry->ctxt,
141 const char *hfi1_trace_print_rsm_hist(struct trace_seq *p, unsigned int ctxt);
143 TP_PROTO(unsigned int ctxt),
144 TP_ARGS(ctxt),
145 TP_STRUCT__entry(__field(unsigned int, ctxt)),
146 TP_fast_assign(__entry->ctxt = ctxt;),
147 TP_printk("%s", hfi1_trace_print_rsm_hist(p, __entry->ctxt))