Searched refs:evlist__findnew_cgroup (Results 1 – 3 of 3) sorted by relevance
23 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name);
134 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name) in evlist__findnew_cgroup() function144 struct cgroup *cgrp = evlist__findnew_cgroup(evlist, str); in add_cgroup()
4001 trace->cgroup = evlist__findnew_cgroup(trace->evlist, str); in trace__parse_cgroups()