Lines Matching refs:ctx
29 TP_PROTO(int fd, void *ctx, u32 sq_entries, u32 cq_entries, u32 flags),
31 TP_ARGS(fd, ctx, sq_entries, cq_entries, flags),
35 __field( void *, ctx )
43 __entry->ctx = ctx;
50 __entry->ctx, __entry->fd, __entry->sq_entries,
71 TP_PROTO(void *ctx, unsigned opcode, unsigned nr_files,
74 TP_ARGS(ctx, opcode, nr_files, nr_bufs, ret),
77 __field( void *, ctx )
85 __entry->ctx = ctx;
94 __entry->ctx, __entry->opcode, __entry->nr_files,
115 __field( void *, ctx )
122 __entry->ctx = req->ctx;
129 __entry->ctx, __entry->req, __entry->user_data, __entry->fd)
147 __field( void *, ctx )
159 __entry->ctx = req->ctx;
171 __entry->ctx, __entry->req, __entry->user_data,
191 __field( void *, ctx )
200 __entry->ctx = req->ctx;
209 __entry->ctx, __entry->req, __entry->data,
230 __field( void *, ctx )
236 __entry->ctx = req->ctx;
242 __entry->ctx, __entry->req, __entry->target_req)
257 TP_PROTO(void *ctx, int min_events),
259 TP_ARGS(ctx, min_events),
262 __field( void *, ctx )
267 __entry->ctx = ctx;
271 TP_printk("ring %p, min_events %d", __entry->ctx, __entry->min_events)
290 __field( void *, ctx )
300 __entry->ctx = req->ctx;
310 __entry->ctx, __entry->req, __entry->user_data,
323 TP_PROTO(struct io_ring_ctx *ctx, void *req, struct io_uring_cqe *cqe),
325 TP_ARGS(ctx, req, cqe),
328 __field( void *, ctx )
338 __entry->ctx = ctx;
343 __entry->extra1 = io_ctx_cqe32(ctx) ? cqe->big_cqe[0] : 0;
344 __entry->extra2 = io_ctx_cqe32(ctx) ? cqe->big_cqe[1] : 0;
349 __entry->ctx, __entry->req,
371 __field( void *, ctx )
382 __entry->ctx = req->ctx;
387 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;
393 "sq_thread %d", __entry->ctx, __entry->req,
415 __field( void *, ctx )
426 __entry->ctx = req->ctx;
437 __entry->ctx, __entry->req, __entry->user_data,
456 __field( void *, ctx )
466 __entry->ctx = req->ctx;
476 __entry->ctx, __entry->req, __entry->user_data,
497 __field( void *, ctx )
518 __entry->ctx = req->ctx;
543 __entry->ctx, __entry->req, __entry->user_data,
567 TP_PROTO(void *ctx, unsigned long long user_data, s32 res, u32 cflags,
570 TP_ARGS(ctx, user_data, res, cflags, ocqe),
573 __field( void *, ctx )
581 __entry->ctx = ctx;
590 __entry->ctx, __entry->user_data, __entry->res,
622 TP_PROTO(void *ctx, u64 fpos, u64 wanted, u64 got),
624 TP_ARGS(ctx, fpos, wanted, got),
627 __field(void *, ctx)
634 __entry->ctx = ctx;
641 __entry->ctx, __entry->fpos,
655 TP_PROTO(void *ctx, int count, unsigned int loops),
657 TP_ARGS(ctx, count, loops),
660 __field(void *, ctx )
666 __entry->ctx = ctx;
671 TP_printk("ring %p, count %d, loops %u", __entry->ctx, __entry->count, __entry->loops)