Searched refs:syncpt_id (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | host1x.h | 118 TP_PROTO(const char *name, u32 cmdbufs, u32 relocs, u32 syncpt_id, 121 TP_ARGS(name, cmdbufs, relocs, syncpt_id, syncpt_incrs), 127 __field(u32, syncpt_id) 135 __entry->syncpt_id = syncpt_id; 142 __entry->syncpt_id, __entry->syncpt_incrs) 224 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh, 227 TP_ARGS(bo, offset, syncpt_id, thresh, min), 232 __field(u32, syncpt_id) 240 __entry->syncpt_id = syncpt_id; 247 __entry->syncpt_id, __entry->thresh,
|
/linux-4.19.296/include/linux/ |
D | host1x.h | 223 u32 syncpt_id; member
|