Home
last modified time | relevance | path

Searched refs:op_str (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/trace/events/
Dio_uring.h155 __string( op_str, io_uring_get_opcode(req->opcode) )
167 __assign_str(op_str, io_uring_get_opcode(req->opcode));
172 __get_str(op_str),
196 __string( op_str, io_uring_get_opcode(req->opcode) )
205 __assign_str(op_str, io_uring_get_opcode(req->opcode));
210 __get_str(op_str))
296 __string( op_str, io_uring_get_opcode(req->opcode) )
306 __assign_str(op_str, io_uring_get_opcode(req->opcode));
311 __get_str(op_str), __entry->link)
386 __string( op_str, io_uring_get_opcode(req->opcode) )
[all …]
/Linux-v6.1/tools/perf/arch/x86/tests/
Dinsn-x86.c35 static int get_op(const char *op_str) in get_op() argument
56 if (!op_str || !strlen(op_str)) in get_op()
60 if (!strcmp(val->name, op_str)) in get_op()
/Linux-v6.1/drivers/misc/cxl/
Dhcalls.c117 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() function
124 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array))
/Linux-v6.1/block/
Dblk-core.c140 const char *op_str = "UNKNOWN"; in blk_op_str() local
143 op_str = blk_op_name[op]; in blk_op_str()
145 return op_str; in blk_op_str()
Dblk-mq-debugfs.c310 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local
313 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show()
316 seq_printf(m, "%s", op_str); in __blk_mq_debugfs_rq_show()