Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dmetricgroup.h22 struct metric_event { struct
69 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
Dmetricgroup.c35 struct metric_event *metricgroup__lookup(struct rblist *metric_events, in metricgroup__lookup()
40 struct metric_event me = { in metricgroup__lookup()
49 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
54 return container_of(nd, struct metric_event, nd); in metricgroup__lookup()
61 struct metric_event *a = container_of(rb_node, in metric_event_cmp()
62 struct metric_event, in metric_event_cmp()
64 const struct metric_event *b = entry; in metric_event_cmp()
76 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new()
80 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new()
81 me->evsel = ((struct metric_event *)entry)->evsel; in metric_event_new()
[all …]
Dstat-shadow.c597 struct metric_event *me; in perf_stat__print_shadow_stats_metricgroup()
/linux-6.6.21/tools/perf/tests/
Dparse-metric.c52 struct metric_event *me; in compute_single()
Dpmu-events.c870 struct metric_event *me = metricgroup__lookup(&metric_events, evsel, false); in test__parsing_callback()