Searched refs:metric_event (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | metricgroup.h | 22 struct metric_event { struct 65 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
|
A D | metricgroup.c | 39 struct metric_event me = { in metricgroup__lookup() 48 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 53 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 60 struct metric_event *a = container_of(rb_node, in metric_event_cmp() 61 struct metric_event, in metric_event_cmp() 63 const struct metric_event *b = entry; in metric_event_cmp() 75 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new() 79 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new() 88 struct metric_event *me = container_of(rb_node, struct metric_event, nd); in metric_event_delete() 1473 struct metric_event *me; in parse_groups() [all …]
|
A D | stat-shadow.c | 884 struct metric_event *me; in perf_stat__print_shadow_stats()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | parse-metric.c | 52 struct metric_event *me; in compute_single()
|
A D | pmu-events.c | 884 struct metric_event *me = metricgroup__lookup(&metric_events, evsel, false); in test__parsing_callback()
|
Completed in 12 milliseconds