Re: [PATCH v10 04/15] perf evlist: introduce control file descriptors

2020-07-13 Thread Alexey Budankov
On 13.07.2020 6:13, Namhyung Kim wrote: > Hello, > > On Wed, Jul 8, 2020 at 4:47 PM Alexey Budankov > wrote: >> >> >> Define and initialize control file descriptors. >> >> Signed-off-by: Alexey Budankov >> --- >> tools/perf/util/evlist.c | 3 +++ >> tools/perf/util/evlist.h | 5 + >> 2 fi

Re: [PATCH v10 04/15] perf evlist: introduce control file descriptors

2020-07-12 Thread Namhyung Kim
Hello, On Wed, Jul 8, 2020 at 4:47 PM Alexey Budankov wrote: > > > Define and initialize control file descriptors. > > Signed-off-by: Alexey Budankov > --- > tools/perf/util/evlist.c | 3 +++ > tools/perf/util/evlist.h | 5 + > 2 files changed, 8 insertions(+) > > diff --git a/tools/perf/ut