Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dpmu.c33 .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,
81 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
H A Dparse-events.c783 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
792 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()
834 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()
848 term->type_val == PARSE_EVENTS__TERM_TYPE_STR); in test__checkterms_simple()
/openbmc/linux/tools/perf/util/
H A Dparse-events.c204 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
217 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM; in fix_raw()
727 if (type == term->type_val) in check_type_val()
2451 switch (term->type_val) { in new_term()
2477 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
2497 .type_val = PARSE_EVENTS__TERM_TYPE_STR, in parse_events_term__str()
2529 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__clone()
2540 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__delete()
2608 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in parse_events_term__to_strbuf()
2614 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in parse_events_term__to_strbuf()
H A Dpmu.c1266 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM && in pmu_resolve_param_term()
1374 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_config_term()
1386 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term()
1467 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()
1474 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
1707 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
H A Dparse-events.h103 enum parse_events__term_val_type type_val; member