Lines Matching full:thresh
167 TP_PROTO(const char *name, int count, u32 thresh),
169 TP_ARGS(name, count, thresh),
174 __field(u32, thresh)
180 __entry->thresh = thresh;
183 TP_printk("name=%s, count=%d, thresh=%d",
184 __entry->name, __entry->count, __entry->thresh)
224 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh,
227 TP_ARGS(bo, offset, syncpt_id, thresh, min),
233 __field(u32, thresh)
241 __entry->thresh = thresh;
245 TP_printk("bo=%p, offset=%05x, id=%d, thresh=%d, current=%d",
247 __entry->syncpt_id, __entry->thresh,