Re: [PATCH v8 6/8] perf tools: Enable overwrite settings

2016-06-21 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 20, 2016 at 10:47:23AM +, 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 v8 6/8] perf tools: Enable overwrite settings

2016-06-20 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