Searched refs:type_val (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/perf/tests/ |
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,
|
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-6.1.9/tools/perf/include/bpf/ |
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-6.1.9/tools/perf/util/ |
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() 1183 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term() 1289 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term() 1301 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term() 1385 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias() 1391 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias() 1544 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
|
D | parse-events.c | 926 if (type == term->type_val) in check_type_val() 2601 switch (term->type_val) { in new_term() 2626 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num() 2645 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str() 2661 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__sym_hw() 2685 .type_val = term->type_val, in parse_events_term__clone() 2697 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone() 2711 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__delete()
|
D | parse-events.h | 99 int type_val; member
|
D | bpf-loader.c | 1407 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) { in bpf_map__config_value() 1463 if (term->type_val != PARSE_EVENTS__TERM_TYPE_STR) { in bpf_map__config_event()
|