Home | History | Annotate | Download | only in util

Lines Matching refs:ABORT_ON

19 #define ABORT_ON(val) \
28 ABORT_ON(!list); \
129 ABORT_ON(parse_events__modifier_group(list, $3));
178 ABORT_ON(parse_events__modifier_event(list, $2, false));
187 ABORT_ON(parse_events_name($2, $1));
209 ABORT_ON(parse_events_add_pmu(list, &data->idx, $1, $3));
228 ABORT_ON(parse_events_add_numeric(list, &data->idx,
242 ABORT_ON(parse_events_add_numeric(list, &data->idx,
254 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, $5));
264 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, NULL));
274 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, NULL, NULL));
285 ABORT_ON(parse_events_add_breakpoint(list, &data->idx,
296 ABORT_ON(parse_events_add_breakpoint(list, &data->idx,
308 ABORT_ON(parse_events_add_tracepoint(list, &data->idx, $1, $3));
319 ABORT_ON(parse_events_add_numeric(list, &data->idx, (u32)$1, $3, NULL));
330 ABORT_ON(parse_events_add_numeric(list, &data->idx,
347 ABORT_ON(!head);
357 ABORT_ON(!head);
368 ABORT_ON(parse_events_term__str(&term, PARSE_EVENTS__TERM_TYPE_USER,
377 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
387 ABORT_ON(parse_events_term__sym_hw(&term, $1, config));
395 ABORT_ON(parse_events_term__num(&term, PARSE_EVENTS__TERM_TYPE_USER,
405 ABORT_ON(parse_events_term__sym_hw(&term, NULL, config));
413 ABORT_ON(parse_events_term__str(&term, (int)$1, NULL, $3));
421 ABORT_ON(parse_events_term__num(&term, (int)$1, NULL, $3));
429 ABORT_ON(parse_events_term__num(&term, (int)$1, NULL, 1));