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;
167 __assign_str(op_str, io_uring_get_opcode(req->opcode));
170 TP_printk("ring %p, request %p, user_data 0x%llx, opcode %s, flags 0x%x, %s queue, work %p",
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));
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;
306 __assign_str(op_str, io_uring_get_opcode(req->opcode));
309 TP_printk("ring %p, request %p, user_data 0x%llx, opcode %s, link %p",
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));
398 TP_printk("ring %p, req %p, user_data 0x%llx, opcode %s, flags 0x%x, "
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));
442 TP_printk("ring %p, req %p, user_data 0x%llx, opcode %s, mask 0x%x, events 0x%x",
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));
481 TP_printk("ring %p, req %p, user_data 0x%llx, opcode %s, mask %x",
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));
545 "opcode %s, flags 0x%x, prio=%d, off=%llu, addr=%llu, "