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