Searched defs:metric_events (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/tools/perf/tests/ |
D | expand-cgroup.c | 17 struct rblist *metric_events) in test_expand_events() 103 struct rblist metric_events; in expand_default_events() local 118 struct rblist metric_events; in expand_group_events() local 146 struct rblist metric_events; in expand_libpfm_events() local 179 struct rblist metric_events; in expand_metric_events() local
|
D | parse-metric.c | 120 static double compute_single(struct rblist *metric_events, struct evlist *evlist, in compute_single() 144 struct rblist metric_events = { in __compute_metric() local
|
/Linux-v5.15/tools/perf/util/ |
D | metricgroup.c | 29 struct metric_event *metricgroup__lookup(struct rblist *metric_events, in metricgroup__lookup() 95 static void metricgroup__rblist_init(struct rblist *metric_events) in metricgroup__rblist_init() 103 void metricgroup__rblist_exit(struct rblist *metric_events) in metricgroup__rblist_exit() 153 static bool contains_event(struct evsel **metric_events, int num_events, in contains_event() 195 struct evsel **metric_events, in find_evsel_group() 321 struct evsel **metric_events; in metricgroup__setup_events() local 1223 struct rblist *metric_events, in parse_groups() 1256 struct rblist *metric_events) in metricgroup__parse_groups() 1270 struct rblist *metric_events) in metricgroup__parse_groups_test()
|
D | metricgroup.h | 33 struct evsel **metric_events; member
|
D | stat-shadow.c | 371 struct evsel *counter, *leader, **metric_events, *oc; in perf_stat__collect_metric_expr() local 811 static int prepare_metric(struct evsel **metric_events, in prepare_metric() 872 struct evsel **metric_events, in generic_metric() 952 struct rblist *metric_events, in perf_stat__print_shadow_stats()
|
D | cgroup.c | 396 struct rblist *metric_events, bool open_cgroup) in evlist__expand_cgroup()
|
D | stat.h | 156 struct rblist metric_events; member
|
D | evsel.h | 97 struct evsel **metric_events; member
|