Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dpmu.c30 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
36 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
42 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
48 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
54 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
60 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
66 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
72 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
78 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
Dparse-events.c577 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
586 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
595 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
604 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
/Linux-v4.19/tools/perf/util/
Dpmu.c348 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in __perf_pmu__new_alias()
351 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in __perf_pmu__new_alias()
957 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_resolve_param_term()
1055 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term()
1066 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
1145 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
1151 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
1293 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
Dparse-events.h95 int type_val; member
Dparse-events.c898 if (type == term->type_val) in check_type_val()
2557 switch (term->type_val) { in new_term()
2582 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
2601 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str()
2616 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__sym_hw()
2631 .type_val = term->type_val, in parse_events_term__clone()
Dbpf-loader.c1065 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) { in bpf_map__config_value()
1125 if (term->type_val != PARSE_EVENTS__TERM_TYPE_STR) { in bpf_map__config_event()
/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_helpers.h171 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ argument
174 type_val value; \