Searched refs:metric_event (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
A D | metricgroup.c | 36 struct metric_event me = { in metricgroup__lookup() 45 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 50 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 57 struct metric_event *a = container_of(rb_node, in metric_event_cmp() 58 struct metric_event, in metric_event_cmp() 60 const struct metric_event *b = entry; in metric_event_cmp() 72 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new() 76 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new() 85 struct metric_event *me = container_of(rb_node, struct metric_event, nd); in metric_event_delete() 1402 struct metric_event *me; in parse_groups() [all …]
|
A D | metricgroup.h | 22 struct metric_event { struct 65 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
|
A D | stat-shadow.c | 972 struct metric_event *me; in perf_stat__print_shadow_stats()
|
/linux/tools/perf/tests/ |
A D | parse-metric.c | 125 struct metric_event *me; in compute_single()
|
Completed in 13 milliseconds