Messages in this thread |  | | From | Namhyung Kim <> | Date | Thu, 9 Jan 2020 14:19:09 +0900 | Subject | Re: [PATCH 6/9] perf record: Support synthesizing cgroup events |
| |
On Thu, Jan 9, 2020 at 7:09 AM Jiri Olsa <jolsa@redhat.com> wrote: > > On Tue, Jan 07, 2020 at 10:34:58PM +0900, Namhyung Kim wrote: > > diff --git a/tools/perf/util/cgroup.c b/tools/perf/util/cgroup.c > > index 4e8ef1db0c94..5147d22b3bda 100644 > > --- a/tools/perf/util/cgroup.c > > +++ b/tools/perf/util/cgroup.c > > @@ -15,8 +15,7 @@ int nr_cgroups; > > > > static struct rb_root cgroup_tree = RB_ROOT; > > > > -static int > > -cgroupfs_find_mountpoint(char *buf, size_t maxlen) > > +int cgroupfs_find_mountpoint(char *buf, size_t maxlen) > > out of scope of this change, but could this be added to api/fs/fs.c? > it might need more checks then is currently supported, but would be > nice to have it under same api as the rest
Makes sense, will try to move it.
Thanks Namhyung
|  |