Home
last modified time | relevance | path

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

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