Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c1105 char opstr[3]; in infix_get_op() local
1108 opstr[0] = firstc; in infix_get_op()
1109 opstr[1] = nextc; in infix_get_op()
1110 opstr[2] = '\0'; in infix_get_op()
1113 if (!strcmp(opstr, ps->ops[i].string)) { in infix_get_op()
1119 opstr[1] = '\0'; in infix_get_op()
1122 if (!strcmp(opstr, ps->ops[i].string)) in infix_get_op()