Searched refs:op_str (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | habanalabs.h | 91 TP_PROTO(struct device *dev, char *op_str), 93 TP_ARGS(dev, op_str), 97 __field(char *, op_str) 102 __entry->op_str = op_str; 107 __entry->op_str) 111 TP_PROTO(struct device *dev, char *op_str), 112 TP_ARGS(dev, op_str)); 115 TP_PROTO(struct device *dev, char *op_str), 116 TP_ARGS(dev, op_str)); 119 TP_PROTO(struct device *dev, char *op_str), [all …]
|
H A D | io_uring.h | 155 __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) 384 __string( op_str, io_uring_get_opcode(req->opcode) ) [all …]
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | rproc-uclass.c | 358 char *op_str; in _rproc_ops_wrapper() local 379 op_str = "Starting"; in _rproc_ops_wrapper() 383 op_str = "Stopping"; in _rproc_ops_wrapper() 387 op_str = "Resetting"; in _rproc_ops_wrapper() 391 op_str = "Checking if running:"; in _rproc_ops_wrapper() 395 op_str = "Pinging"; in _rproc_ops_wrapper() 402 debug("%s %s...\n", op_str, uc_pdata->name); in _rproc_ops_wrapper()
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | insn-x86.c | 37 static int get_op(const char *op_str) in get_op() argument 60 if (!op_str || !strlen(op_str)) in get_op() 64 if (!strcmp(val->name, op_str)) in get_op()
|
/openbmc/qemu/disas/ |
H A D | capstone.c | 167 print(stream, " %-8s %s\n", insn->mnemonic, insn->op_str); in cap_dump_insn() 334 cap_insn->mnemonic, cap_insn->op_str); in cap_disas_plugin()
|
/openbmc/linux/drivers/misc/cxl/ |
H A 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))
|
/openbmc/linux/block/ |
H A D | blk-core.c | 140 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()
|
H A D | blk-mq-debugfs.c | 284 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local 287 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show() 290 seq_printf(m, "%s", op_str); in __blk_mq_debugfs_rq_show()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 442 const char *op_str; member 490 const char *op_str; in append_filter() local 492 op_str = operators[i].op_str; in append_filter() 493 p = strstr(str, op_str); in append_filter() 506 p += strlen(op_str); in append_filter()
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 3357 op_str = OP_TO_STR[op] 3361 res.append(op_str)
|