Re: [PATCH 6/8] perf thread-stack: Allocate an array of thread stacks

2019-01-02 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 01, 2019 at 07:28:52PM +0100, Jiri Olsa escreveu: > On Fri, Dec 21, 2018 at 02:06:18PM +0200, Adrian Hunter wrote: > > In preparation for fixing thread stack processing for the idle task, > > allocate an array of thread stacks. > > > > Signed-off-by: Adrian Hunter > > --- > > tools/p

Re: [PATCH 6/8] perf thread-stack: Allocate an array of thread stacks

2019-01-01 Thread Jiri Olsa
On Fri, Dec 21, 2018 at 02:06:18PM +0200, Adrian Hunter wrote: > In preparation for fixing thread stack processing for the idle task, > allocate an array of thread stacks. > > Signed-off-by: Adrian Hunter > --- > tools/perf/util/thread-stack.c | 30 ++ > 1 file change