Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/lib/traceevent/
Dparse-filter.c893 struct filter_arg *current_op = NULL; in process_filter() local
925 if (current_op) in process_filter()
966 if (current_op) in process_filter()
972 if (current_op) in process_filter()
973 ret = add_right(current_op, arg, error_str); in process_filter()
981 if (!current_op && !current_exp) in process_filter()
987 if (current_op && !check_op_done(current_op)) in process_filter()
990 if (current_op) in process_filter()
991 *parg = current_op; in process_filter()
1005 if (!current_exp && !current_op) in process_filter()
[all …]