Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dparse-filter.c949 struct tep_filter_arg *current_exp = NULL; in process_filter() local
972 else if (current_exp) { in process_filter()
973 ret = add_right(current_exp, arg, error_str); in process_filter()
983 *parg = current_exp; in process_filter()
1005 if (current_exp) { in process_filter()
1034 current_exp = arg; in process_filter()
1040 if (!current_op && !current_exp) in process_filter()
1044 if (current_exp && !check_op_done(current_exp)) in process_filter()
1052 *parg = current_exp; in process_filter()
1065 if (!current_exp && !current_op) in process_filter()
[all …]