Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/tests/
Dpmu.c31 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
37 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
43 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
49 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
55 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
61 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
67 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
73 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
79 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
Dparse-events.c606 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
615 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
624 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
633 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
648 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
662 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
/Linux-v5.10/tools/perf/include/bpf/
Dbpf.h21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument
25 .value_size = sizeof(type_val), \
30 type_val value; \
/Linux-v5.10/tools/testing/selftests/bpf/
Dbpf_legacy.h5 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ argument
8 type_val value; \
/Linux-v5.10/tools/perf/util/
Dpmu.c353 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in __perf_pmu__new_alias()
356 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in __perf_pmu__new_alias()
1021 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term()
1127 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term()
1139 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
1223 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
1229 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
1382 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
Dparse-events.c975 if (type == term->type_val) in check_type_val()
2933 switch (term->type_val) { in new_term()
2958 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
2977 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str()
2993 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__sym_hw()
3017 .type_val = term->type_val, in parse_events_term__clone()
3029 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone()
3043 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__delete()
Dparse-events.h108 int type_val; member
Dbpf-loader.c1048 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) { in bpf_map__config_value()
1108 if (term->type_val != PARSE_EVENTS__TERM_TYPE_STR) { in bpf_map__config_event()