Searched refs:metric_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/tools/perf/util/ |
| D | metricgroup.h | 21 struct metric_event { struct 64 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
|
| D | metricgroup.c | 32 struct metric_event *metricgroup__lookup(struct rblist *metric_events, in metricgroup__lookup() 37 struct metric_event me = { in metricgroup__lookup() 46 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 51 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 58 struct metric_event *a = container_of(rb_node, in metric_event_cmp() 59 struct metric_event, in metric_event_cmp() 61 const struct metric_event *b = entry; in metric_event_cmp() 73 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new() 77 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new() 78 me->evsel = ((struct metric_event *)entry)->evsel; in metric_event_new() [all …]
|
| D | stat-shadow.c | 991 struct metric_event *me; in perf_stat__print_shadow_stats()
|
| /Linux-v6.1/tools/perf/tests/ |
| D | parse-metric.c | 52 struct metric_event *me; in compute_single()
|
| D | pmu-events.c | 908 struct metric_event *me = metricgroup__lookup(&metric_events, evsel, false); in test__parsing_callback()
|