Home
last modified time | relevance | path

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

/linux-4.1.27/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.c530 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
539 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
548 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
557 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
/linux-4.1.27/tools/perf/util/
Dpmu.c568 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_resolve_param_term()
636 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in pmu_config_term()
638 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
693 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
699 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
837 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
Dparse-events.c546 if (PARSE_EVENTS__TERM_TYPE_ ## type != term->type_val) \ in config_term()
1461 static int new_term(struct parse_events_term **_term, int type_val, in new_term() argument
1472 term->type_val = type_val; in new_term()
1476 switch (type_val) { in new_term()
1527 return new_term(new, term->type_val, term->type_term, term->config, in parse_events_term__clone()
Dparse-events.h71 int type_val; member