Lines Matching refs:ABORT_ON
19 #define ABORT_ON(val) \ macro
28 ABORT_ON(!list); \
131 ABORT_ON(parse_events__modifier_group(list, $3));
180 ABORT_ON(parse_events__modifier_event(list, $2, false));
189 ABORT_ON(parse_events_name($2, $1));
211 ABORT_ON(parse_events_add_pmu(list, &data->idx, $1, $3));
222 ABORT_ON(parse_events_add_pmu(list, &data->idx, $1, NULL));
234 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
239 ABORT_ON(parse_events_add_pmu(list, &data->idx, "cpu", head));
254 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
259 ABORT_ON(parse_events_add_pmu(list, &data->idx, "cpu", head));
278 ABORT_ON(parse_events_add_numeric(list, &data->idx,
292 ABORT_ON(parse_events_add_numeric(list, &data->idx,
304 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, $5));
314 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, NULL));
324 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, NULL, NULL));
335 ABORT_ON(parse_events_add_breakpoint(list, &data->idx,
346 ABORT_ON(parse_events_add_breakpoint(list, &data->idx,
357 ABORT_ON(parse_events_add_breakpoint(list, &data->idx,
368 ABORT_ON(parse_events_add_breakpoint(list, &data->idx,
382 ABORT_ON(parse_events_add_tracepoint(list, &data->idx, &sys_name, $5));
392 ABORT_ON(parse_events_add_tracepoint(list, &data->idx, $1, $3));
403 ABORT_ON(parse_events_add_numeric(list, &data->idx, (u32)$1, $3, NULL));
414 ABORT_ON(parse_events_add_numeric(list, &data->idx,
431 ABORT_ON(!head);
441 ABORT_ON(!head);
452 ABORT_ON(parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER,
461 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
471 ABORT_ON(parse_events_term__sym_hw(&term, $1, config));
479 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
489 ABORT_ON(parse_events_term__sym_hw(&term, NULL, config));
497 ABORT_ON(parse_events_term__str(&term, (int)$1, NULL, $3));
505 ABORT_ON(parse_events_term__num(&term, (int)$1, NULL, $3));
513 ABORT_ON(parse_events_term__num(&term, (int)$1, NULL, 1));