Searched refs:type_val (Results 1 – 6 of 6) sorted by relevance
/tools/perf/tests/ |
D | pmu.c | 27 .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,
|
D | parse-events.c | 571 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple() 580 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple() 589 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple() 598 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
|
/tools/perf/util/ |
D | pmu.c | 711 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_resolve_param_term() 809 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) in pmu_config_term() 811 else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_config_term() 890 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias() 896 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias() 1034 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) in format_alias()
|
D | parse-events.h | 93 int type_val; member
|
D | parse-events.c | 875 if (type == term->type_val) in check_type_val() 2311 static int new_term(struct parse_events_term **_term, int type_val, in new_term() argument 2322 term->type_val = type_val; in new_term() 2328 switch (type_val) { in new_term() 2392 return new_term(new, term->type_val, term->type_term, term->config, in parse_events_term__clone()
|
D | bpf-loader.c | 1048 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) { in bpf_map__config_value() 1108 if (term->type_val != PARSE_EVENTS__TERM_TYPE_STR) { in bpf_map__config_event()
|