Searched refs:ABORT_ON (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | parse-events.y | 23 #define ABORT_ON(val) \ macro 411 ABORT_ON(!list); 428 ABORT_ON(!list); 429 ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, NULL)); 438 ABORT_ON(!list); 439 ABORT_ON(parse_events_add_tool(_parse_state, list, $1)); 452 ABORT_ON(!list); 473 ABORT_ON(!list); 493 ABORT_ON(!list); 512 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,
|