Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcgroup.h31 int evlist__expand_cgroup(struct evlist *evlist, const char *cgroups, bool open_cgroup);
H A Dcgroup.c417 int evlist__expand_cgroup(struct evlist *evlist, const char *str, bool open_cgroup) in evlist__expand_cgroup() function
/linux/tools/perf/tests/
H A Dexpand-cgroup.c49 ret = evlist__expand_cgroup(evlist, cgrp_str, false); in test_expand_events()
/linux/tools/perf/
H A Dbuiltin-stat.c2856 if (evlist__expand_cgroup(evsel_list, stat_config.cgroup_list, true) < 0) { in cmd_stat()