Lines Matching refs:opcode
71 TP_PROTO(void *ctx, unsigned opcode, unsigned nr_files,
74 TP_ARGS(ctx, opcode, nr_files, nr_bufs, ret),
78 __field( unsigned, opcode )
86 __entry->opcode = opcode;
94 __entry->ctx, __entry->opcode, __entry->nr_files,
150 __field( u8, opcode )
155 __string( op_str, io_uring_get_opcode(req->opcode) )
163 __entry->opcode = req->opcode;
167 __assign_str(op_str, io_uring_get_opcode(req->opcode));
194 __field( u8, opcode )
196 __string( op_str, io_uring_get_opcode(req->opcode) )
203 __entry->opcode = req->opcode;
205 __assign_str(op_str, io_uring_get_opcode(req->opcode));
293 __field( u8, opcode )
296 __string( op_str, io_uring_get_opcode(req->opcode) )
303 __entry->opcode = req->opcode;
306 __assign_str(op_str, io_uring_get_opcode(req->opcode));
380 __field( u8, opcode )
384 __string( op_str, io_uring_get_opcode(req->opcode) )
391 __entry->opcode = req->opcode;
395 __assign_str(op_str, io_uring_get_opcode(req->opcode));
424 __field( u8, opcode )
428 __string( op_str, io_uring_get_opcode(req->opcode) )
435 __entry->opcode = req->opcode;
439 __assign_str(op_str, io_uring_get_opcode(req->opcode));
465 __field( u8, opcode )
468 __string( op_str, io_uring_get_opcode(req->opcode) )
475 __entry->opcode = req->opcode;
478 __assign_str(op_str, io_uring_get_opcode(req->opcode));
506 __field( u8, opcode )
520 __string( op_str, io_uring_get_opcode(sqe->opcode) )
527 __entry->opcode = sqe->opcode;
541 __assign_str(op_str, io_uring_get_opcode(sqe->opcode));