Searched refs:type_val (Results 1 – 5 of 5) sorted by relevance
/external/linux-tools-perf/src/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 | 469 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple() 478 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple() 487 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple() 496 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); in test__checkterms_simple()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | parse-events.c | 548 if (PARSE_EVENTS__TERM_TYPE_ ## type != term->type_val) \ in config_term() 1254 static int new_term(struct parse_events_term **_term, int type_val, in new_term() argument 1265 term->type_val = type_val; in new_term() 1269 switch (type_val) { in new_term() 1320 return new_term(new, term->type_val, term->type_term, term->config, in parse_events_term__clone()
|
D | pmu.c | 431 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) in pmu_config_term() 495 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { in pmu_find_alias() 501 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { in pmu_find_alias()
|
D | parse-events.h | 60 int type_val; member
|