Home
last modified time | relevance | path

Searched refs:parse_events_add_numeric (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dparse-events.y278 ABORT_ON(parse_events_add_numeric(list, &data->idx,
292 ABORT_ON(parse_events_add_numeric(list, &data->idx,
403 ABORT_ON(parse_events_add_numeric(list, &data->idx, (u32)$1, $3, NULL));
414 ABORT_ON(parse_events_add_numeric(list, &data->idx,
Dparse-events.h102 int parse_events_add_numeric(struct list_head *list, int *idx,
Dparse-events.c596 int parse_events_add_numeric(struct list_head *list, int *idx, in parse_events_add_numeric() function