Home | History | Annotate | Download | only in traceevent

Lines Matching defs:btype

388 create_arg_op(enum filter_op_type btype)
394 arg->op.type = btype;
632 enum filter_op_type *btype,
636 *btype = FILTER_OP_NOT;
641 *btype = FILTER_OP_AND;
643 *btype = FILTER_OP_OR;
647 if (*btype != FILTER_OP_NOT)
898 enum filter_op_type btype;
999 op_type = process_op(token, &btype, &ctype, &etype);
1027 arg = create_arg_op(btype);
1037 arg = create_arg_op(btype);