/linux/include/trace/events/ |
H A 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)); [all...] |
/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()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A 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 …]
|
H A D | mes_v12_0.c | 126 const char *op_str = NULL; in mes_v12_0_get_op_string() local 129 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string() 131 return op_str; in mes_v12_0_get_op_string() 136 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local 140 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string() 142 return op_str; in mes_v12_0_get_misc_op_string() 156 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local 214 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion() 219 pipe, op_str, misc_op_str); in mes_v12_0_submit_pkt_and_poll_completion() 220 else if (op_str) in mes_v12_0_submit_pkt_and_poll_completion() [all …]
|
/linux/tools/perf/util/ |
H A 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()
|
H A D | disasm.c | 1674 insn[i].mnemonic, insn[i].op_str); in symbol__disassemble_capstone()
|
/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))
|
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 487 const char *op_str; member 536 const char *op_str; in append_filter() local 539 op_str = operators[i].op_str; in append_filter() 540 p = strstr(str, op_str); in append_filter() 553 p += strlen(op_str); in append_filter()
|
/linux/drivers/crypto/intel/iaa/ |
H A D | iaa_crypto_main.c | 947 char *op_str = compress ? "compress" : "decompress"; in check_completion() local 959 op_str); in check_completion() 970 op_str, comp->output_size); in check_completion() 992 op_str, comp->status, comp->error_code, comp->output_size); in check_completion()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|