Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/x86/tests/
Dinsn-x86.c34 static int get_op(const char *op_str) in get_op() argument
54 if (!op_str || !strlen(op_str)) in get_op()
58 if (!strcmp(val->name, op_str)) in get_op()
/Linux-v4.19/drivers/misc/cxl/
Dhcalls.c121 static char *op_str(unsigned int op, char *name_array[], int array_len) in op_str() function
128 #define OP_STR(op, name_array) op_str(op, name_array, ARRAY_SIZE(name_array))