Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dparse-filter.c449 int op_type; in add_right() local
501 op_type = op->num.type; in add_right()
528 switch (op_type) { in add_right()
530 op_type = TEP_FILTER_CMP_MATCH; in add_right()
533 op_type = TEP_FILTER_CMP_NOT_MATCH; in add_right()
553 op->str.type = op_type; in add_right()
647 enum op_type { enum
655 static enum op_type process_op(const char *token, in process_op()
952 enum op_type op_type; in process_filter() local
1059 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
[all …]
/tools/perf/util/
Dbpf-loader.c816 enum bpf_map_op_type op_type; member
1041 op->op_type = BPF_MAP_OP_SET_VALUE; in __bpf_map__config_value()
1101 op->op_type = BPF_MAP_OP_SET_EVSEL; in __bpf_map__config_event()
1466 switch (op->op_type) { in apply_obj_config_map_for_key()
1598 op->op_type = BPF_MAP_OP_SET_EVSEL; in bpf__setup_output_event()