Re: [PATCH V8 20/23] perf tools: making function set_max_cpu_num() non static

2016-01-27 Thread Mathieu Poirier
On 26 January 2016 at 11:51, Arnaldo Carvalho de Melo wrote: > Em Tue, Jan 26, 2016 at 10:08:21AM -0700, Mathieu Poirier escreveu: >> On 25 January 2016 at 14:29, Arnaldo Carvalho de Melo >> wrote: >> > Em Mon, Jan 25, 2016 at 06:12:42PM -0300, Arnaldo Carvalho de Melo >> > escreveu: >> >> Em M

Re: [PATCH V8 20/23] perf tools: making function set_max_cpu_num() non static

2016-01-26 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 26, 2016 at 10:08:21AM -0700, Mathieu Poirier escreveu: > On 25 January 2016 at 14:29, Arnaldo Carvalho de Melo wrote: > > Em Mon, Jan 25, 2016 at 06:12:42PM -0300, Arnaldo Carvalho de Melo escreveu: > >> Em Mon, Jan 25, 2016 at 01:46:22PM -0700, Mathieu Poirier escreveu: > >> > On 14

Re: [PATCH V8 20/23] perf tools: making function set_max_cpu_num() non static

2016-01-26 Thread Mathieu Poirier
On 25 January 2016 at 14:29, Arnaldo Carvalho de Melo wrote: > Em Mon, Jan 25, 2016 at 06:12:42PM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Mon, Jan 25, 2016 at 01:46:22PM -0700, Mathieu Poirier escreveu: >> > On 14 January 2016 at 14:46, Mathieu Poirier >> > wrote: >> > > For memory alloc

Re: [PATCH V8 20/23] perf tools: making function set_max_cpu_num() non static

2016-01-25 Thread Arnaldo Carvalho de Melo
Em Mon, Jan 25, 2016 at 06:12:42PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Jan 25, 2016 at 01:46:22PM -0700, Mathieu Poirier escreveu: > > On 14 January 2016 at 14:46, Mathieu Poirier > > wrote: > > > For memory allocation purposes, code located in other places > > > then util/cpumap.

Re: [PATCH V8 20/23] perf tools: making function set_max_cpu_num() non static

2016-01-25 Thread Arnaldo Carvalho de Melo
Em Mon, Jan 25, 2016 at 01:46:22PM -0700, Mathieu Poirier escreveu: > On 14 January 2016 at 14:46, Mathieu Poirier > wrote: > > For memory allocation purposes, code located in other places > > then util/cpumap.c may want to know how many CPUs the system has. > > > > This patch is making function

Re: [PATCH V8 20/23] perf tools: making function set_max_cpu_num() non static

2016-01-25 Thread Mathieu Poirier
On 14 January 2016 at 14:46, Mathieu Poirier wrote: > For memory allocation purposes, code located in other places > then util/cpumap.c may want to know how many CPUs the system has. > > This patch is making function set_max_cpu_num() available to > other parts of the perf tool so that global vari