Lines Matching full:opcode
59 * @opcode: describes which operation to perform
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;
92 TP_printk("ring %p, opcode %d, nr_user_files %d, nr_user_bufs %d, "
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;
170 TP_printk("ring %p, request %p, user_data 0x%llx, opcode %s, flags 0x%llx, %s queue, work %p",
194 __field( u8, opcode )
196 __string( op_str, io_uring_get_opcode(req->opcode) )
203 __entry->opcode = req->opcode;
208 TP_printk("ring %p, request %p, user_data 0x%llx, opcode %s",
293 __field( u8, opcode )
296 __string( op_str, io_uring_get_opcode(req->opcode) )
303 __entry->opcode = req->opcode;
309 TP_printk("ring %p, request %p, user_data 0x%llx, opcode %s, link %p",
374 __field( u8, opcode )
378 __string( op_str, io_uring_get_opcode(req->opcode) )
385 __entry->opcode = req->opcode;
392 TP_printk("ring %p, req %p, user_data 0x%llx, opcode %s, flags 0x%llx, "
418 __field( u8, opcode )
422 __string( op_str, io_uring_get_opcode(req->opcode) )
429 __entry->opcode = req->opcode;
436 TP_printk("ring %p, req %p, user_data 0x%llx, opcode %s, mask 0x%x, events 0x%x",
459 __field( u8, opcode )
462 __string( op_str, io_uring_get_opcode(req->opcode) )
469 __entry->opcode = req->opcode;
475 TP_printk("ring %p, req %p, user_data 0x%llx, opcode %s, mask %x",
500 __field( u8, opcode )
514 __string( op_str, io_uring_get_opcode(sqe->opcode) )
521 __entry->opcode = sqe->opcode;
539 "opcode %s, flags 0x%x, prio=%d, off=%llu, addr=%llu, "