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));
381 __field( u8, opcode )
386 __string( op_str, io_uring_get_opcode(req->opcode) )
393 __entry->opcode = req->opcode;
398 __assign_str(op_str, io_uring_get_opcode(req->opcode));
427 __field( u8, opcode )
431 __string( op_str, io_uring_get_opcode(req->opcode) )
438 __entry->opcode = req->opcode;
442 __assign_str(op_str, io_uring_get_opcode(req->opcode));
468 __field( u8, opcode )
471 __string( op_str, io_uring_get_opcode(req->opcode) )
478 __entry->opcode = req->opcode;
481 __assign_str(op_str, io_uring_get_opcode(req->opcode));
509 __field( u8, opcode )
523 __string( op_str, io_uring_get_opcode(sqe->opcode) )
530 __entry->opcode = sqe->opcode;
544 __assign_str(op_str, io_uring_get_opcode(sqe->opcode));