Home
last modified time | relevance | path

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

/tools/perf/util/
A Dparse-events.c141 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in get_config_cpu()
185 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
198 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
788 if (type == term->type_val) in check_type_val()
1017 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in config_term_common()
2687 switch (term->type_val) { in new_term()
2713 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
2733 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str()
2765 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone()
2778 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__delete()
[all …]
A Dpmu.c1453 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term()
1527 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1531 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1535 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1539 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1597 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term()
1609 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
1700 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
1707 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
2044 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
A Dparse-events.h106 enum parse_events__term_val_type type_val; member
/tools/perf/tests/
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()

Completed in 20 milliseconds