Re: [PATCH 3/8] perf thread-stack: Avoid direct reference to the thread's stack

2019-01-02 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 21, 2018 at 02:06:15PM +0200, Adrian Hunter escreveu: > In preparation for fixing thread stack processing for the idle task, > avoid direct reference to the thread's stack. The thread stack will change > to an array of thread stacks, at which point the meaning of the direct > reference

[PATCH 3/8] perf thread-stack: Avoid direct reference to the thread's stack

2018-12-21 Thread Adrian Hunter
In preparation for fixing thread stack processing for the idle task, avoid direct reference to the thread's stack. The thread stack will change to an array of thread stacks, at which point the meaning of the direct reference will change. Signed-off-by: Adrian Hunter --- tools/perf/util/thread-st