Home
last modified time | relevance | path

Searched refs:PARSE_EVENTS__TERM_TYPE_NUM (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()
/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()
732 type == PARSE_EVENTS__TERM_TYPE_NUM in check_type_val()
2452 case PARSE_EVENTS__TERM_TYPE_NUM: in new_term()
2477 .type_val = PARSE_EVENTS__TERM_TYPE_NUM, in parse_events_term__num()
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()
H A Dparse-events.h52 PARSE_EVENTS__TERM_TYPE_NUM, enumerator
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()
1467 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias()