Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dhabanalabs.h91 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 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)
384 __string( op_str, io_uring_get_opcode(req->opcode) )
[all …]
/openbmc/u-boot/drivers/remoteproc/
H A Drproc-uclass.c358 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 Dinsn-x86.c37 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 Dcapstone.c167 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 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))
/openbmc/linux/block/
H A 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()
H A Dblk-mq-debugfs.c284 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 Dveristat.c442 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 Dkconfiglib.py3357 op_str = OP_TO_STR[op]
3361 res.append(op_str)