Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dpmu.c1341 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term()
1415 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1419 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1423 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1427 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1485 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term()
1497 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
1586 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
1593 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
1910 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
H A Dparse-events.c206 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
219 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
760 if (type == term->type_val) in check_type_val()
2564 switch (term->type_val) { in new_term()
2590 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
2610 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str()
2642 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone()
2655 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__delete()
2721 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_terms__to_strbuf()
2727 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in parse_events_terms__to_strbuf()
H A Dparse-events.h103 enum parse_events__term_val_type type_val; member
/linux-6.15/tools/perf/tests/
H A Dparse-events.c785 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
794 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
803 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
812 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
821 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
836 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()
850 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()