Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dpmu.c1447 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term()
1521 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1525 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1529 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1533 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1537 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1541 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1559 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in pmu_config_term()
1626 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term()
1638 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
[all …]
H A Dparse-events.c102 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in get_config_cpu()
153 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
166 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
683 if (type == term->type_val) in check_type_val()
920 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in config_term_common()
929 assert(term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in config_term_common()
2691 switch (term->type_val) { in new_term()
2717 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
2737 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str()
2769 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone()
[all …]
H A Dparse-events.h107 enum parse_events__term_val_type type_val; member
/linux/tools/perf/tests/
H A Dparse-events.c823 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
832 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
841 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
850 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
859 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
868 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
883 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()
897 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()