Searched refs:ABORT_ON (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/tools/perf/util/ |
| D | parse-events.y | 23 #define ABORT_ON(val) \ macro 416 ABORT_ON(!list); 433 ABORT_ON(!list); 434 ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, NULL)); 443 ABORT_ON(!list); 444 ABORT_ON(parse_events_add_tool(_parse_state, list, $1)); 457 ABORT_ON(!list); 479 ABORT_ON(!list); 500 ABORT_ON(!list); 520 ABORT_ON(!list); [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,
|