Searched refs:type_val (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/tests/ |
| A D | pmu.c | 31 .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,
|
| A D | parse-events.c | 606 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/tools/perf/include/bpf/ |
| A D | bpf.h | 21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument 25 .value_size = sizeof(type_val), \ 30 type_val value; \
|
| /linux/tools/testing/selftests/bpf/ |
| A D | bpf_legacy.h | 5 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ argument 8 type_val value; \
|
| /linux/tools/perf/util/ |
| A D | pmu.c | 371 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in __perf_pmu__new_alias() 374 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in __perf_pmu__new_alias() 1209 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term() 1315 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term() 1327 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term() 1411 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias() 1417 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias() 1570 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
|
| A D | parse-events.c | 1010 if (type == term->type_val) in check_type_val() 3169 switch (term->type_val) { in new_term() 3194 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num() 3213 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str() 3229 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__sym_hw() 3253 .type_val = term->type_val, in parse_events_term__clone() 3265 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone() 3279 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__delete()
|
| A D | parse-events.h | 109 int type_val; member
|
| A D | bpf-loader.c | 1048 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) { in bpf_map__config_value() 1107 if (term->type_val != PARSE_EVENTS__TERM_TYPE_STR) { in bpf_map__config_event()
|
Completed in 27 milliseconds