Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dparse-events.c205 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
218 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
782 if (type == term->type_val) in check_type_val()
2541 switch (term->type_val) { in new_term()
2567 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
2587 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str()
2619 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone()
2632 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__delete()
2698 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_terms__to_strbuf()
2704 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in parse_events_terms__to_strbuf()
Dpmu.c1325 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term()
1433 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term()
1445 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
1530 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
1537 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
1833 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
Dparse-events.h102 enum parse_events__term_val_type type_val; member
/linux-6.12.1/tools/perf/tests/
Dparse-events.c792 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
801 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
810 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
819 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
828 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
843 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()
857 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()