Searched refs:type_val (Results 1 – 5 of 5) sorted by relevance
/tools/perf/tests/ |
D | pmu.c | 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, 81 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
|
D | parse-events.c | 783 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()
|
/tools/perf/util/ |
D | parse-events.c | 204 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()
|
D | parse-events.h | 103 enum parse_events__term_val_type type_val; member
|
D | pmu.c | 1266 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()
|