test_filter      1529 tools/lib/traceevent/parse-filter.c static int test_filter(struct tep_event *event, struct tep_filter_arg *arg,
test_filter      1790 tools/lib/traceevent/parse-filter.c 		return test_filter(event, arg->op.left, record, err) &&
test_filter      1791 tools/lib/traceevent/parse-filter.c 			test_filter(event, arg->op.right, record, err);
test_filter      1794 tools/lib/traceevent/parse-filter.c 		return test_filter(event, arg->op.left, record, err) ||
test_filter      1795 tools/lib/traceevent/parse-filter.c 			test_filter(event, arg->op.right, record, err);
test_filter      1798 tools/lib/traceevent/parse-filter.c 		return !test_filter(event, arg->op.right, record, err);
test_filter      1899 tools/lib/traceevent/parse-filter.c 	ret = test_filter(filter_type->event, filter_type->filter, record, &err);