Home
last modified time | relevance | path

Searched refs:syncpt_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/trace/events/
Dhost1x.h118 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/
Dhost1x.h223 u32 syncpt_id; member