Searched refs:parse_events_add_cache (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | parse-events.y | 304 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));
|
D | parse-events.h | 105 int parse_events_add_cache(struct list_head *list, int *idx,
|
D | parse-events.c | 318 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache() function
|