Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstat.h190 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
/openbmc/linux/tools/perf/tests/
H A Dparse-metric.c103 err = evlist__alloc_stats(/*config=*/NULL, evlist, /*alloc_raw=*/false); in __compute_metric()
H A Dpmu-events.c854 err = evlist__alloc_stats(/*config=*/NULL, evlist, /*alloc_raw=*/false); in test__parsing_callback()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c2325 if (evlist__alloc_stats(&stat_config, evsel_list, /*alloc_raw=*/true)) in set_maps()
2790 if (evlist__alloc_stats(&stat_config, evsel_list, interval)) in cmd_stat()
H A Dbuiltin-script.c2078 evlist__alloc_stats(&stat_config, script->session->evlist, /*alloc_raw=*/false); in perf_sample__fprint_metric()
3688 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true)) in set_maps()