Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmetricgroup.c26 struct metric_event *metricgroup__lookup(struct rblist *metric_events, in metricgroup__lookup()
31 struct metric_event me = { in metricgroup__lookup()
40 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
45 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
52 struct metric_event *a = container_of(rb_node, in metric_event_cmp()
53 struct metric_event, in metric_event_cmp()
55 const struct metric_event *b = entry; in metric_event_cmp()
67 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new()
71 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new()
72 me->evsel = ((struct metric_event *)entry)->evsel; in metric_event_new()
[all …]
Dmetricgroup.h13 struct metric_event { struct
27 struct metric_event *metricgroup__lookup(struct rblist *metric_events, argument
Dstat-shadow.c829 struct metric_event *me; in perf_stat__print_shadow_stats()