Home
last modified time | relevance | path

Searched refs:evlist__alloc_stats (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dstat.h174 int evlist__alloc_stats(struct perf_stat_config *config,
H A Dstat.c189 int evlist__alloc_stats(struct perf_stat_config *config, in evlist__alloc_stats() function
/linux/tools/perf/tests/
H A Dparse-metric.c99 err = evlist__alloc_stats(/*config=*/NULL, evlist, /*alloc_raw=*/false); in __compute_metric()
H A Dpmu-events.c864 err = evlist__alloc_stats(/*config=*/NULL, evlist, /*alloc_raw=*/false); in test__parsing_callback()
/linux/tools/perf/
H A Dbuiltin-stat.c2248 if (evlist__alloc_stats(&stat_config, evsel_list, /*alloc_raw=*/true)) in set_maps()
2925 if (evlist__alloc_stats(&stat_config, evsel_list, interval)) in cmd_stat()
H A Dbuiltin-script.c2322 if (evlist__alloc_stats(&stat_config, evsel->evlist, /*alloc_raw=*/true) < 0) in perf_sample__fprint_metric()
3891 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true)) in set_maps()