Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dio_uring.h155 __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)
378 __string( op_str, io_uring_get_opcode(req->opcode) )
[all …]
/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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c148 const char *op_str = NULL; in mes_v11_0_get_op_string() local
151 op_str = mes_v11_0_opcodes[x_pkt->header.opcode]; in mes_v11_0_get_op_string()
153 return op_str; in mes_v11_0_get_op_string()
158 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local
162 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string()
164 return op_str; in mes_v11_0_get_misc_op_string()
177 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local
235 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()
239 dev_dbg(adev->dev, "MES msg=%s (%s) was emitted\n", op_str, in mes_v11_0_submit_pkt_and_poll_completion()
241 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion()
[all …]
H A Dmes_v12_0.c130 const char *op_str = NULL; in mes_v12_0_get_op_string() local
133 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string()
135 return op_str; in mes_v12_0_get_op_string()
140 const char *op_str = NULL; in mes_v12_0_get_misc_op_string() local
144 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string()
146 return op_str; in mes_v12_0_get_misc_op_string()
160 const char *op_str, *misc_op_str; in mes_v12_0_submit_pkt_and_poll_completion() local
218 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion()
223 pipe, op_str, misc_op_str); in mes_v12_0_submit_pkt_and_poll_completion()
224 else if (op_str) in mes_v12_0_submit_pkt_and_poll_completion()
[all …]
/linux/tools/testing/selftests/x86/bugs/
H A Dits_indirect_alignment.py92 operand = kcore_insn.op_str
113 … operand += ' -> ' + insn_at_thunk.mnemonic + ' ' + insn_at_thunk.op_str + ' <dynamic-thunk?>'
/linux/tools/perf/util/
H A Dcapstone.c210 printed += fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in print_insn_x86()
239 printed = fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str); in capstone__fprintf_insn_asm()
388 insn[i].mnemonic, insn[i].op_str); in symbol__disassemble_capstone()
/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py140 op_str = "not_supported" variable in BinaryOp
174 op_str = '&&' variable in AndOp
198 op_str = '||' variable in OrOp
/linux/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c931 char *op_str = compress ? "compress" : "decompress"; in check_completion() local
943 op_str); in check_completion()
954 op_str, comp->output_size); in check_completion()
976 op_str, comp->status, comp->error_code, comp->output_size); in check_completion()
/linux/tools/testing/selftests/bpf/
H A Dveristat.c570 const char *op_str; member
619 const char *op_str; in append_filter() local
622 op_str = operators[i].op_str; in append_filter()
623 p = strstr(str, op_str); in append_filter()
636 p += strlen(op_str); in append_filter()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c545 static const char *op_str(enum op op) in op_str() function
1430 snappendf(sb, " (%s)%s ", t_str(t->cond_t), use_op ? op_str(t->op) : "<op>"); in subtest_case_str()