Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/traceevent/
Dparse-filter.c944 struct tep_filter_arg *current_exp = NULL; in process_filter() local
967 else if (current_exp) { in process_filter()
968 ret = add_right(current_exp, arg, error_str); in process_filter()
978 *parg = current_exp; in process_filter()
1000 if (current_exp) { in process_filter()
1029 current_exp = arg; in process_filter()
1035 if (!current_op && !current_exp) in process_filter()
1039 if (current_exp && !check_op_done(current_exp)) in process_filter()
1047 *parg = current_exp; in process_filter()
1060 if (!current_exp && !current_op) in process_filter()
[all …]