Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dcgroup.h29 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name);
H A Dcgroup.c138 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name) in evlist__findnew_cgroup() function
148 struct cgroup *cgrp = evlist__findnew_cgroup(evlist, str); in add_cgroup()
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c4602 trace->cgroup = evlist__findnew_cgroup(trace->evlist, str);