Home
last modified time | relevance | path

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

/tools/perf/tests/
Dpmu.c27 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
33 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
39 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
45 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
51 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
57 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
63 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
69 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
75 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
Dparse-events.c571 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
580 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
589 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
598 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
/tools/perf/util/
Dpmu.c615 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_resolve_param_term()
713 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in pmu_config_term()
715 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
794 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
800 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
949 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
Dparse-events.h80 int type_val; member
Dparse-events.c737 if (type == term->type_val) in check_type_val()
1986 static int new_term(struct parse_events_term **_term, int type_val, in new_term() argument
1997 term->type_val = type_val; in new_term()
2003 switch (type_val) { in new_term()
2067 return new_term(new, term->type_val, term->type_term, term->config, in parse_events_term__clone()