Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Dio_uring.h162 __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/
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-5.19.10/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-5.19.10/block/
Dblk-core.c141 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()
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()