Searched refs:evlist__expand_cgroup (Results 1 – 4 of 4) sorted by relevance
31 int evlist__expand_cgroup(struct evlist *evlist, const char *cgroups, bool open_cgroup);
417 int evlist__expand_cgroup(struct evlist *evlist, const char *str, bool open_cgroup) in evlist__expand_cgroup() function
49 ret = evlist__expand_cgroup(evlist, cgrp_str, false); in test_expand_events()
2856 if (evlist__expand_cgroup(evsel_list, stat_config.cgroup_list, true) < 0) { in cmd_stat()