Searched refs:metric_event (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | metricgroup.c | 29 struct metric_event *metricgroup__lookup(struct rblist *metric_events, in metricgroup__lookup() 34 struct metric_event me = { in metricgroup__lookup() 43 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 48 return container_of(nd, struct metric_event, nd); in metricgroup__lookup() 55 struct metric_event *a = container_of(rb_node, in metric_event_cmp() 56 struct metric_event, in metric_event_cmp() 58 const struct metric_event *b = entry; in metric_event_cmp() 70 struct metric_event *me = malloc(sizeof(struct metric_event)); in metric_event_new() 74 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new() [all...] |
H A D | metricgroup.h | 18 struct metric_event { struct 39 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
|
H A D | stat-shadow.c | 934 struct metric_event *me; in perf_stat__print_shadow_stats()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | metricgroup.h | 22 struct metric_event { struct 69 struct metric_event *metricgroup__lookup(struct rblist *metric_events,
|
H A D | metricgroup.c | 35 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() [all...] |
H A D | stat-shadow.c | 592 struct metric_event *me; in perf_stat__print_shadow_stats_metricgroup()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | parse-metric.c | 117 struct metric_event *me; in compute_single()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | parse-metric.c | 52 struct metric_event *me; in compute_single()
|
H A D | pmu-events.c | 870 struct metric_event *me = metricgroup__lookup(&metric_events, evsel, false); in test__parsing_callback()
|
Completed in 9 milliseconds