Lines Matching refs:metric_event
29 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
34 struct metric_event me = {
43 return container_of(nd, struct metric_event, nd);
48 return container_of(nd, struct metric_event, nd);
55 struct metric_event *a = container_of(rb_node,
56 struct metric_event,
58 const struct metric_event *b = entry;
70 struct metric_event *me = malloc(sizeof(struct metric_event));
74 memcpy(me, entry, sizeof(struct metric_event));
75 me->evsel = ((struct metric_event *)entry)->evsel;
83 struct metric_event *me = container_of(rb_node, struct metric_event, nd);
299 struct metric_event *me;
1170 struct metric_event *old_me, *new_me;
1177 old_me = container_of(nd, struct metric_event, nd);