| /linux/include/trace/events/ |
| 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)); 163 TP_ARGS(dev, op_str)); [all …]
|
| A D | io_uring.h | 167 __assign_str(op_str); 205 __assign_str(op_str); 210 __get_str(op_str)) 306 __assign_str(op_str); 395 __assign_str(op_str); 439 __assign_str(op_str); 444 __get_str(op_str), 478 __assign_str(op_str); 483 __get_str(op_str), 541 __assign_str(op_str); [all …]
|
| /linux/tools/perf/arch/x86/tests/ |
| 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/ |
| A D | mes_v12_0.c | 125 const char *op_str = NULL; in mes_v12_0_get_op_string() local 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 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 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() 221 pipe, op_str); in mes_v12_0_submit_pkt_and_poll_completion() 231 pipe, op_str, misc_op_str); in mes_v12_0_submit_pkt_and_poll_completion() 232 else if (op_str) in mes_v12_0_submit_pkt_and_poll_completion() [all …]
|
| A D | mes_v11_0.c | 140 const char *op_str = NULL; in mes_v11_0_get_op_string() local 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() 233 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion() 244 op_str, misc_op_str); in mes_v11_0_submit_pkt_and_poll_completion() 245 else if (op_str) in mes_v11_0_submit_pkt_and_poll_completion() [all …]
|
| /linux/tools/perf/util/ |
| 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()
|
| A D | disasm.c | 1673 insn[i].mnemonic, insn[i].op_str); in symbol__disassemble_capstone()
|
| /linux/drivers/misc/cxl/ |
| 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/block/ |
| A 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()
|
| A 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/tools/testing/selftests/bpf/ |
| A 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/drivers/crypto/intel/iaa/ |
| A 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/tools/testing/selftests/bpf/prog_tests/ |
| 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()
|