Searched refs:ABORT_ON (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.y19 #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_cach
[all...]
H A Dpmu.y15 #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,
H A Dparse-events-bison.c91 #define ABORT_ON(val) \ macro
100 ABORT_ON(!list); \
1546 ABORT_ON(parse_events__modifier_group(list, (yyvsp[(3) - (3)].str)));
1602 ABORT_ON(parse_events__modifier_event(list, (yyvsp[(2) - (2)].str), false));
1612 ABORT_ON(parse_events_name((yyvsp[(2) - (2)].head), (yyvsp[(1) - (2)].str)));
1627 ABORT_ON(parse_events_add_pmu(list, &data->idx, (yyvsp[(1) - (4)].str), (yyvsp[(3) - (4)].head)));
1644 ABORT_ON(parse_events_add_numeric(list, &data->idx,
1662 ABORT_ON(parse_events_add_numeric(list, &data->idx,
1677 ABORT_ON(parse_events_add_cache(list, &data->idx, (yyvsp[(1) - (5)].str), (yyvsp[(3) - (5)].str), (yyvsp[(5) - (5)].str)));
1691 ABORT_ON(parse_events_add_cach
[all...]
H A Dpmu-bison.c88 #define ABORT_ON(val) \ macro
1398 ABORT_ON(perf_pmu__new_format(format, name,
1409 ABORT_ON(perf_pmu__new_format(format, name,
1420 ABORT_ON(perf_pmu__new_format(format, name,

Completed in 98 milliseconds