Home
last modified time | relevance | path

Searched refs:metric_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dmetricgroup.c31 struct metric_event *metricgroup__lookup(struct rblist *metric_events, in metricgroup__lookup()
36 struct metric_event me = { in metricgroup__lookup()
45 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
50 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
57 struct metric_event *a = container_of(rb_node, in metric_event_cmp()
58 struct metric_event, in metric_event_cmp()
60 const struct metric_event *b = entry; in metric_event_cmp()
72 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new()
76 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new()
77 me->evsel = ((struct metric_event *)entry)->evsel; in metric_event_new()
[all …]
Dmetricgroup.h10 struct metric_event { struct
23 struct metric_event *metricgroup__lookup(struct rblist *metric_events, argument
Dstat-shadow.c764 struct metric_event *me; in perf_stat__print_shadow_stats()