Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmetricgroup.h22 struct metric_event { struct
69 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
H A Dmetricgroup.c41 struct metric_event me = { in metricgroup__lookup()
52 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
57 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
64 struct metric_event *a = container_of(rb_node, in metric_event_cmp()
65 struct metric_event, in metric_event_cmp()
67 const struct metric_event *b = entry; in metric_event_cmp()
79 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new()
83 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new()
93 struct metric_event *me = container_of(rb_node, struct metric_event, nd); in metric_event_delete()
1579 struct metric_event *me; in parse_groups()
[all …]
H A Dstat-shadow.c641 struct metric_event *me; in perf_stat__print_shadow_stats_metricgroup()
/linux-6.15/tools/perf/tests/
H A Dparse-metric.c52 struct metric_event *me; in compute_single()
H A Dpmu-events.c930 struct metric_event *me = metricgroup__lookup(&metric_events, evsel, false); in test__parsing_callback()