Re: [PATCH 38/40] perf session: Handle index files generally

2015-05-19 Thread Namhyung Kim
Hi David, On Tue, May 19, 2015 at 04:27:02PM -0600, David Ahern wrote: > On 5/17/15 6:30 PM, Namhyung Kim wrote: > >The current code assumes that the number of index item and cpu are > >matched so it creates that number of threads. But it's not the case > >of non-system-wide session or data came

Re: [PATCH 38/40] perf session: Handle index files generally

2015-05-19 Thread David Ahern
On 5/17/15 6:30 PM, Namhyung Kim wrote: The current code assumes that the number of index item and cpu are matched so it creates that number of threads. But it's not the case of non-system-wide session or data came from different machine. Just creates threads at most number of online cpus and p