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

/linux-master/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.c803 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
812 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
821 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
830 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
839 term->type_val == PARSE_EVENTS__TERM_TYPE_NUM);
854 term->type_val == PARSE_EVENTS__TERM_TYPE_STR);
868 term->type_val == PARSE_EVENTS__TERM_TYPE_STR);
/linux-master/tools/perf/util/
H A Dparse-events.h95 * string or a number depending on type_val.
101 /** @type_val: The union variable in val to be used for the term. */
102 enum parse_events__term_val_type type_val; member in struct:parse_events_term
H A Dparse-events.c206 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM;
219 term->type_val = PARSE_EVENTS__TERM_TYPE_NUM;
729 if (type == term->type_val)
2512 switch (term->type_val) {
2538 .type_val = PARSE_EVENTS__TERM_TYPE_NUM,
2558 .type_val = PARSE_EVENTS__TERM_TYPE_STR,
2590 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM)
2603 if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM)
2669 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM)
2675 else if (term->type_val
[all...]
H A Dpmu.c1220 if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM &&
1328 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) {
1340 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) {
1421 if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) {
1428 } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) {
1665 if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR)

Completed in 289 milliseconds