Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c1199 static char *curr_operand(struct filter_parse_state *ps) in curr_operand() function
1277 if (strlen(curr_operand(ps))) { in filter_parse()
1278 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()
1302 if (strlen(curr_operand(ps))) { in filter_parse()
1303 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()
1327 if (strlen(curr_operand(ps))) in filter_parse()
1328 postfix_append_operand(ps, curr_operand(ps)); in filter_parse()