Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dcgroup.h23 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name);
Dcgroup.c134 struct cgroup *evlist__findnew_cgroup(struct evlist *evlist, const char *name) in evlist__findnew_cgroup() function
144 struct cgroup *cgrp = evlist__findnew_cgroup(evlist, str); in add_cgroup()
/Linux-v5.4/tools/perf/
Dbuiltin-trace.c4001 trace->cgroup = evlist__findnew_cgroup(trace->evlist, str); in trace__parse_cgroups()