Re: [PATCH 37/48] perf record: Introduce struct record_thread

2018-09-23 Thread Jiri Olsa
On Mon, Sep 17, 2018 at 08:26:15PM +0900, Namhyung Kim wrote: > Hi Jiri, > > On Thu, Sep 13, 2018 at 02:54:39PM +0200, Jiri Olsa wrote: > > Adding struct record_thread to carry the single thread's maps. > > > > Link: http://lkml.kernel.org/n/tip-dsyi97xdc7ullvsisqmha...@git.kernel.org > > Signed-

Re: [PATCH 37/48] perf record: Introduce struct record_thread

2018-09-17 Thread Namhyung Kim
Hi Jiri, On Thu, Sep 13, 2018 at 02:54:39PM +0200, Jiri Olsa wrote: > Adding struct record_thread to carry the single thread's maps. > > Link: http://lkml.kernel.org/n/tip-dsyi97xdc7ullvsisqmha...@git.kernel.org > Signed-off-by: Jiri Olsa > --- > tools/perf/builtin-record.c | 179 ++