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

/linux-master/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));
[all...]
H A Dio_uring.h155 __string( op_str, io_uring_get_opcode(req->opcode) )
167 __assign_str(op_str, io_uring_get_opcode(req->opcode));
172 __get_str(op_str), __entry->flags,
196 __string( op_str, io_uring_get_opcode(req->opcode) )
205 __assign_str(op_str, io_uring_get_opcode(req->opcode));
210 __get_str(op_str))
296 __string( op_str, io_uring_get_opcode(req->opcode) )
306 __assign_str(op_str, io_uring_get_opcode(req->opcode));
311 __get_str(op_str), __entry->link)
384 __string( op_str, io_uring_get_opcod
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Dinsn-x86.c37 static int get_op(const char *op_str) argument
60 if (!op_str || !strlen(op_str))
64 if (!strcmp(val->name, op_str))
/linux-master/tools/perf/util/
H A Dprint_insn.c92 printed += fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str);
118 printed += fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str);
/linux-master/drivers/misc/cxl/
H A Dhcalls.c117 static char *op_str(unsigned int op, char *name_array[], int array_len) function
124 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array))
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c460 const char *op_str; member in struct:__anon4459
509 const char *op_str; local
512 op_str = operators[i].op_str;
513 p = strstr(str, op_str);
526 p += strlen(op_str);
/linux-master/block/
H A Dblk-mq-debugfs.c283 const char *op_str = blk_op_str(op); local
286 if (strcmp(op_str, "UNKNOWN") == 0)
289 seq_printf(m, "%s", op_str);
H A Dblk-core.c140 const char *op_str = "UNKNOWN"; local
143 op_str = blk_op_name[op];
145 return op_str;
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c949 char *op_str = compress ? "compress" : "decompress"; local
962 op_str, comp->output_size);
984 op_str, comp->status, comp->error_code, comp->output_size);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c478 static const char *op_str(enum op op) function
487 default: printf("op_str!\n"); exit(1);
1363 snappendf(sb, " (%s)%s ", t_str(t->cond_t), use_op ? op_str(t->op) : "<op>");

Completed in 193 milliseconds