Re: [PATCH] perf tools: fix incorrect header string

2014-10-20 Thread Wang Nan
On 2014/10/16 22:55, Arnaldo Carvalho de Melo wrote: > Em Thu, Oct 16, 2014 at 11:21:13AM +0800, Wang Nan escreveu: >> On 2014/10/15 23:13, Arnaldo Carvalho de Melo wrote: >>> Em Wed, Oct 15, 2014 at 11:28:53AM +0800, Wang Nan escreveu: Commit fbe96f29 (perf tools: Make perf.data more self-des

Re: [PATCH] perf tools: fix incorrect header string

2014-10-16 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 16, 2014 at 11:21:13AM +0800, Wang Nan escreveu: > On 2014/10/15 23:13, Arnaldo Carvalho de Melo wrote: > > Em Wed, Oct 15, 2014 at 11:28:53AM +0800, Wang Nan escreveu: > >> Commit fbe96f29 (perf tools: Make perf.data more self-descriptive) > >> read '/proc/cpuinfo' to form cpu descript

Re: [PATCH] perf tools: fix incorrect header string

2014-10-15 Thread Wang Nan
On 2014/10/15 23:13, Arnaldo Carvalho de Melo wrote: > Em Wed, Oct 15, 2014 at 11:28:53AM +0800, Wang Nan escreveu: >> Commit fbe96f29 (perf tools: Make perf.data more self-descriptive) >> read '/proc/cpuinfo' to form cpu descriptor. For ARM, it finds >> 'Processor' field. It is correct when the pa

Re: [PATCH] perf tools: fix incorrect header string

2014-10-15 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 15, 2014 at 11:28:53AM +0800, Wang Nan escreveu: > Commit fbe96f29 (perf tools: Make perf.data more self-descriptive) > read '/proc/cpuinfo' to form cpu descriptor. For ARM, it finds > 'Processor' field. It is correct when the patch merged, but due to > commit b4b8f770 (ARM: kernel: upd

[PATCH] perf tools: fix incorrect header string

2014-10-14 Thread Wang Nan
Commit fbe96f29 (perf tools: Make perf.data more self-descriptive) read '/proc/cpuinfo' to form cpu descriptor. For ARM, it finds 'Processor' field. It is correct when the patch merged, but due to commit b4b8f770 (ARM: kernel: update cpuinfo to print all online CPUs features), the corresponding inf