Searched refs:no_value (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dparse-events.h126 * @no_value: Is there no value. If a numeric term has no value then the
129 bool no_value; member in struct:parse_events_term
H A Dparse-events.c209 term->no_value = true;
222 term->no_value = false;
1001 term->no_value = true;
1021 term->no_value = true;
2531 bool no_value,
2541 .no_value = no_value,
2670 if (term->no_value) {
2685 assert(!term->no_value);
2528 parse_events_term__num(struct parse_events_term **term, enum parse_events__term_type type_term, const char *config, u64 num, bool no_value, void *loc_term_, void *loc_val_) argument
H A Dpmu.c1329 if (term->no_value &&
1422 if (!term->no_value)

Completed in 301 milliseconds