Home
last modified time | relevance | path

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

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