Searched refs:op_str (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/trace/events/ |
D | io_uring.h | 162 __string( op_str, io_uring_get_opcode(opcode) ) 174 __assign_str(op_str, io_uring_get_opcode(opcode)); 179 __get_str(op_str), 206 __string( op_str, io_uring_get_opcode(opcode) ) 215 __assign_str(op_str, io_uring_get_opcode(opcode)); 220 __get_str(op_str)) 310 __string( op_str, io_uring_get_opcode(opcode) ) 320 __assign_str(op_str, io_uring_get_opcode(opcode)); 325 __get_str(op_str), __entry->link) 406 __string( op_str, io_uring_get_opcode(opcode) ) [all …]
|
/linux-5.19.10/tools/perf/arch/x86/tests/ |
D | insn-x86.c | 35 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-5.19.10/drivers/misc/cxl/ |
D | hcalls.c | 117 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-5.19.10/block/ |
D | blk-core.c | 141 const char *op_str = "UNKNOWN"; in blk_op_str() local 144 op_str = blk_op_name[op]; in blk_op_str() 146 return op_str; in blk_op_str()
|
D | blk-mq-debugfs.c | 310 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()
|