Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dparse-filter.c965 struct filter_arg *current_exp = NULL; in process_filter() local
988 else if (current_exp) { in process_filter()
989 ret = add_right(current_exp, arg, error_str); in process_filter()
999 *parg = current_exp; in process_filter()
1021 if (current_exp) { in process_filter()
1050 current_exp = arg; in process_filter()
1056 if (!current_op && !current_exp) in process_filter()
1060 if (current_exp && !check_op_done(current_exp)) in process_filter()
1068 *parg = current_exp; in process_filter()
1081 if (!current_exp && !current_op) in process_filter()
[all …]