/linux-6.12.1/include/trace/events/ |
D | habanalabs.h | 134 TP_PROTO(struct device *dev, char *op_str), 136 TP_ARGS(dev, op_str), 140 __field(char *, op_str) 145 __entry->op_str = op_str; 150 __entry->op_str) 154 TP_PROTO(struct device *dev, char *op_str), 155 TP_ARGS(dev, op_str)); 158 TP_PROTO(struct device *dev, char *op_str), 159 TP_ARGS(dev, op_str)); 162 TP_PROTO(struct device *dev, char *op_str), [all …]
|
D | io_uring.h | 155 __string( op_str, io_uring_get_opcode(req->opcode) ) 167 __assign_str(op_str); 172 __get_str(op_str), __entry->flags, 196 __string( op_str, io_uring_get_opcode(req->opcode) ) 205 __assign_str(op_str); 210 __get_str(op_str)) 296 __string( op_str, io_uring_get_opcode(req->opcode) ) 306 __assign_str(op_str); 311 __get_str(op_str), __entry->link) 384 __string( op_str, io_uring_get_opcode(req->opcode) ) [all …]
|
/linux-6.12.1/tools/perf/arch/x86/tests/ |
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()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | mes_v12_0.c | 125 const char *op_str = NULL; in mes_v12_0_get_op_string() local 128 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string() 130 return op_str; in mes_v12_0_get_op_string() 135 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local 139 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string() 141 return op_str; in mes_v12_0_get_misc_op_string() 155 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local 213 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion() 218 pipe, op_str, misc_op_str); in mes_v12_0_submit_pkt_and_poll_completion() 219 else if (op_str) in mes_v12_0_submit_pkt_and_poll_completion() [all …]
|
D | mes_v11_0.c | 140 const char *op_str = NULL; in mes_v11_0_get_op_string() local 143 op_str = mes_v11_0_opcodes[x_pkt->header.opcode]; in mes_v11_0_get_op_string() 145 return op_str; in mes_v11_0_get_op_string() 150 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local 154 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string() 156 return op_str; in mes_v11_0_get_misc_op_string() 169 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local 227 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion() 231 dev_dbg(adev->dev, "MES msg=%s (%s) was emitted\n", op_str, in mes_v11_0_submit_pkt_and_poll_completion() 233 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion() [all …]
|
/linux-6.12.1/tools/perf/util/ |
D | print_insn.c | 106 printed += fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in print_insn_x86() 142 printed = fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in fprintf_insn_asm()
|
D | disasm.c | 1673 insn[i].mnemonic, insn[i].op_str); in symbol__disassemble_capstone()
|
/linux-6.12.1/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-6.12.1/block/ |
D | blk-mq-debugfs.c | 282 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local 288 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show() 291 seq_printf(m, "%s", op_str); in __blk_mq_debugfs_rq_show()
|
D | blk-core.c | 126 const char *op_str = "UNKNOWN"; in blk_op_str() local 129 op_str = blk_op_name[op]; in blk_op_str() 131 return op_str; in blk_op_str()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | veristat.c | 461 const char *op_str; member 510 const char *op_str; in append_filter() local 513 op_str = operators[i].op_str; in append_filter() 514 p = strstr(str, op_str); in append_filter() 527 p += strlen(op_str); in append_filter()
|
/linux-6.12.1/drivers/crypto/intel/iaa/ |
D | iaa_crypto_main.c | 947 char *op_str = compress ? "compress" : "decompress"; in check_completion() local 960 op_str, comp->output_size); in check_completion() 982 op_str, comp->status, comp->error_code, comp->output_size); in check_completion()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | reg_bounds.c | 491 static const char *op_str(enum op op) in op_str() function 1376 snappendf(sb, " (%s)%s ", t_str(t->cond_t), use_op ? op_str(t->op) : "<op>"); in subtest_case_str()
|