Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/traceevent/
Dparse-filter.c948 struct filter_arg *current_exp = NULL; in process_filter() local
971 else if (current_exp) { in process_filter()
972 ret = add_right(current_exp, arg, error_str); in process_filter()
982 *parg = current_exp; in process_filter()
1004 if (current_exp) { in process_filter()
1033 current_exp = arg; in process_filter()
1039 if (!current_op && !current_exp) in process_filter()
1043 if (current_exp && !check_op_done(current_exp)) in process_filter()
1051 *parg = current_exp; in process_filter()
1064 if (!current_exp && !current_op) in process_filter()
[all …]