Searched refs:ABORT_ON (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | parse-events.y | 22 #define ABORT_ON(val) \ macro 31 ABORT_ON(!list); \ 154 ABORT_ON(parse_events__modifier_group(list, $3)); 203 ABORT_ON(parse_events__modifier_event(list, $2, false)); 212 ABORT_ON(parse_events_name($2, $1)); 310 ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, $3)); 322 ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, NULL)); 331 ABORT_ON(parse_events_add_tool(_parse_state, list, $1)); 343 ABORT_ON(parse_events_add_cache(list, &parse_state->idx, $1, $3, $5, error, $6)); 355 ABORT_ON(parse_events_add_cache(list, &parse_state->idx, $1, $3, NULL, error, $4)); [all …]
|
D | pmu.y | 15 #define ABORT_ON(val) \ 45 ABORT_ON(perf_pmu__new_format(format, name, 52 ABORT_ON(perf_pmu__new_format(format, name, 59 ABORT_ON(perf_pmu__new_format(format, name,
|