Home
last modified time | relevance | path

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

/linux-4.1.27/tools/lib/traceevent/
Dparse-filter.c957 struct filter_arg *current_exp = NULL; in process_filter() local
980 else if (current_exp) { in process_filter()
981 ret = add_right(current_exp, arg, error_str); in process_filter()
991 *parg = current_exp; in process_filter()
1013 if (current_exp) { in process_filter()
1042 current_exp = arg; in process_filter()
1048 if (!current_op && !current_exp) in process_filter()
1052 if (current_exp && !check_op_done(current_exp)) in process_filter()
1060 *parg = current_exp; in process_filter()
1073 if (!current_exp && !current_op) in process_filter()
[all …]