Lines Matching refs:metric_event
35 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
40 struct metric_event me = {
49 return container_of(nd, struct metric_event, nd);
54 return container_of(nd, struct metric_event, nd);
61 struct metric_event *a = container_of(rb_node,
62 struct metric_event,
64 const struct metric_event *b = entry;
76 struct metric_event *me = malloc(sizeof(struct metric_event));
80 memcpy(me, entry, sizeof(struct metric_event));
81 me->evsel = ((struct metric_event *)entry)->evsel;
90 struct metric_event *me = container_of(rb_node, struct metric_event, nd);
1577 struct metric_event *me;
1786 struct metric_event *old_me, *new_me;
1793 old_me = container_of(nd, struct metric_event, nd);