Home
last modified time | relevance | path

Searched refs:evlist__expand_cgroup (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dcgroup.h30 int evlist__expand_cgroup(struct evlist *evlist, const char *cgroups,
H A Dcgroup.c408 int evlist__expand_cgroup(struct evlist *evlist, const char *str, in evlist__expand_cgroup() function
/openbmc/linux/tools/perf/tests/
H A Dexpand-cgroup.c50 ret = evlist__expand_cgroup(evlist, cgrp_str, metric_events, false); in test_expand_events()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c2724 if (evlist__expand_cgroup(evsel_list, stat_config.cgroup_list, in cmd_stat()