Home
last modified time | relevance | path

Searched refs:evlist__findnew_cgroup (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dcgroup.h30 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name);
H A Dcgroup.c146 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name) in evlist__findnew_cgroup() function
156 struct cgroup *cgrp = evlist__findnew_cgroup(evlist, str); in add_cgroup()
/linux/tools/perf/
H A Dbuiltin-trace.c5247 trace->cgroup = evlist__findnew_cgroup(trace->evlist, str); in trace__parse_cgroups()