Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dhabanalabs.h134 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));
163 TP_ARGS(dev, op_str));
[all …]
H A Dio_uring.h167 __assign_str(op_str);
205 __assign_str(op_str);
210 __get_str(op_str))
306 __assign_str(op_str);
389 __assign_str(op_str);
433 __assign_str(op_str);
438 __get_str(op_str),
472 __assign_str(op_str);
477 __get_str(op_str),
535 __assign_str(op_str);
[all …]
/linux-6.15/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-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c143 const char *op_str = NULL; in mes_v11_0_get_op_string() local
148 return op_str; in mes_v11_0_get_op_string()
153 const char *op_str = NULL; in mes_v11_0_get_misc_op_string() local
157 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string()
159 return op_str; in mes_v11_0_get_misc_op_string()
172 const char *op_str, *misc_op_str; in mes_v11_0_submit_pkt_and_poll_completion() local
230 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()
236 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion()
247 op_str, misc_op_str); in mes_v11_0_submit_pkt_and_poll_completion()
248 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion()
[all …]
H A Dmes_v12_0.c126 const char *op_str = NULL; in mes_v12_0_get_op_string() local
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
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
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()
222 pipe, op_str); in mes_v12_0_submit_pkt_and_poll_completion()
232 pipe, op_str, misc_op_str); in mes_v12_0_submit_pkt_and_poll_completion()
233 else if (op_str) in mes_v12_0_submit_pkt_and_poll_completion()
[all …]
/linux-6.15/tools/perf/util/
H A Dprint_insn.c106 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 Ddisasm.c1675 insn[i].mnemonic, insn[i].op_str); in symbol__disassemble_capstone()
/linux-6.15/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-6.15/block/
H A Dblk-mq-debugfs.c263 const char *op_str = blk_op_str(op); in __blk_mq_debugfs_rq_show() local
269 if (strcmp(op_str, "UNKNOWN") == 0) in __blk_mq_debugfs_rq_show()
272 seq_printf(m, "%s", op_str); in __blk_mq_debugfs_rq_show()
H A Dblk-core.c126 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.15/tools/testing/selftests/bpf/
H A Dveristat.c515 const char *op_str; member
564 const char *op_str; in append_filter() local
567 op_str = operators[i].op_str; in append_filter()
568 p = strstr(str, op_str); in append_filter()
581 p += strlen(op_str); in append_filter()
/linux-6.15/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c945 char *op_str = compress ? "compress" : "decompress"; in check_completion() local
957 op_str); in check_completion()
968 op_str, comp->output_size); in check_completion()
990 op_str, comp->status, comp->error_code, comp->output_size); in check_completion()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c491 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()