Lines Matching refs:rblist
14 struct rblist;
18 * A node in a rblist keyed by the evsel. The global rblist of metric events
19 * generally exists in perf_stat_config. The evsel is looked up in the rblist
69 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
80 struct rblist *metric_events);
84 struct rblist *metric_events);
90 void metricgroup__rblist_exit(struct rblist *metric_events);
93 struct rblist *new_metric_events,
94 struct rblist *old_metric_events);