Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dparse-events.y311 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, $5));
321 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, NULL));
331 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, NULL, NULL));
Dparse-events.h139 int parse_events_add_cache(struct list_head *list, int *idx,
Dparse-events.c336 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache() function