Searched refs:ABORT_ON (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | parse-events.y | 23 #define ABORT_ON(val) \ macro 452 ABORT_ON(!list); 469 ABORT_ON(!list); 470 ABORT_ON(parse_events_add_numeric(_parse_state, list, type, config, NULL)); 479 ABORT_ON(!list); 480 ABORT_ON(parse_events_add_tool(_parse_state, list, $1)); 493 ABORT_ON(!list); 515 ABORT_ON(!list); 536 ABORT_ON(!list); 556 ABORT_ON(!list); [all …]
|
D | pmu.y | 13 #define ABORT_ON(val) \ 43 ABORT_ON(perf_pmu__new_format(format, name, 50 ABORT_ON(perf_pmu__new_format(format, name,
|