Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcgroup.h27 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name);
H A Dcgroup.c83 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name) in evlist__findnew_cgroup() function
93 struct cgroup *cgrp = evlist__findnew_cgroup(evlist, str); in add_cgroup()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-trace.c4664 trace->cgroup = evlist__findnew_cgroup(trace->evlist, str);