Re: [PATCH v4 3/7] perf tools: Enable overwrite settings

2016-05-24 Thread Wangnan (F)
On 2016/5/25 2:40, Arnaldo Carvalho de Melo wrote: Em Tue, May 24, 2016 at 02:29:00AM +, Wang Nan escreveu: This patch allows following config terms and option: Globally setting events to overwrite; # perf record --overwrite ... Set specific events to be overwrite or no-overwrite.

Re: [PATCH v4 3/7] perf tools: Enable overwrite settings

2016-05-24 Thread Arnaldo Carvalho de Melo
Em Tue, May 24, 2016 at 03:40:30PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Tue, May 24, 2016 at 02:29:00AM +, Wang Nan escreveu: > > This patch allows following config terms and option: > > > > Globally setting events to overwrite; > > > > # perf record --overwrite ... > > > > Set sp

Re: [PATCH v4 3/7] perf tools: Enable overwrite settings

2016-05-24 Thread Arnaldo Carvalho de Melo
Em Tue, May 24, 2016 at 02:29:00AM +, Wang Nan escreveu: > This patch allows following config terms and option: > > Globally setting events to overwrite; > > # perf record --overwrite ... > > Set specific events to be overwrite or no-overwrite. > > # perf record --event cycles/overwrite/

[PATCH v4 3/7] perf tools: Enable overwrite settings

2016-05-23 Thread Wang Nan
This patch allows following config terms and option: Globally setting events to overwrite; # perf record --overwrite ... Set specific events to be overwrite or no-overwrite. # perf record --event cycles/overwrite/ ... # perf record --event cycles/no-overwrite/ ... Add missing config terms a