Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-events.y304 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, $5));
314 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, $3, NULL));
324 ABORT_ON(parse_events_add_cache(list, &data->idx, $1, NULL, NULL));
Dparse-events.h105 int parse_events_add_cache(struct list_head *list, int *idx,
Dparse-events.c318 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache() function