Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dtrace_events_filter.c1250 static char *curr_operand(struct filter_parse_state *ps) in curr_operand() function
1328 if (strlen(curr_operand(ps))) { in filter_parse()
1329 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()
1353 if (strlen(curr_operand(ps))) { in filter_parse()
1354 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()
1378 if (strlen(curr_operand(ps))) in filter_parse()
1379 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()