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

/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c894 struct filter_arg *current_exp = NULL; local
917 else if (current_exp) {
918 ret = add_right(current_exp, arg, error_str);
928 *parg = current_exp;
949 if (current_exp) {
975 current_exp = arg;
981 if (!current_op && !current_exp)
985 if (current_exp && !check_op_done(current_exp))
993 *parg = current_exp;
[all...]

Completed in 275 milliseconds