Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dparse-filter.c457 int op_type; in add_right() local
509 op_type = op->num.type; in add_right()
536 switch (op_type) { in add_right()
538 op_type = FILTER_CMP_MATCH; in add_right()
541 op_type = FILTER_CMP_NOT_MATCH; in add_right()
561 op->str.type = op_type; in add_right()
655 enum op_type { enum
663 static enum op_type process_op(const char *token, in process_op()
960 enum op_type op_type; in process_filter() local
1067 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
[all …]