HomeSort by relevance Sort by last modified time
    Searched refs:ABORT_ON (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.y 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))
    [all...]
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,
parse-events-bison.c 91 #define ABORT_ON(val) \
100 ABORT_ON(!list); \
    [all...]
pmu-bison.c 88 #define ABORT_ON(val) \
    [all...]

Completed in 42 milliseconds