Re: [PATCH 24/41] perf tools: Add cpu to struct thread

2014-07-15 Thread Adrian Hunter
On 15/07/2014 5:24 p.m., Arnaldo Carvalho de Melo wrote: Em Mon, Jul 14, 2014 at 01:02:48PM +0300, Adrian Hunter escreveu: Tools may wish to track on which cpu a thread is running. Add 'cpu' to struct thread for that purpose. This will be used to determine the cpu when decoding a per-thread In

Re: [PATCH 24/41] perf tools: Add cpu to struct thread

2014-07-15 Thread Arnaldo Carvalho de Melo
Em Mon, Jul 14, 2014 at 01:02:48PM +0300, Adrian Hunter escreveu: > Tools may wish to track on which cpu a thread > is running. Add 'cpu' to struct thread for > that purpose. > > This will be used to determine the cpu when > decoding a per-thread Instruction Trace. Humm, is this the last cpu we

[PATCH 24/41] perf tools: Add cpu to struct thread

2014-07-14 Thread Adrian Hunter
Tools may wish to track on which cpu a thread is running. Add 'cpu' to struct thread for that purpose. This will be used to determine the cpu when decoding a per-thread Instruction Trace. Signed-off-by: Adrian Hunter --- tools/perf/util/thread.c | 1 + tools/perf/util/thread.h | 1 + 2 files c