Re: [PATCH 3/8] perf tools: Add config set interface

2020-12-15 Thread Jiri Olsa
On Tue, Dec 15, 2020 at 12:41:18PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sat, Dec 12, 2020 at 11:43:53AM +0100, Jiri Olsa escreveu: > > Add interface to load config set from custom file > > by using perf_config_set__new_file function. > > > > It will be used in perf daemon command to process

Re: [PATCH 3/8] perf tools: Add config set interface

2020-12-15 Thread Arnaldo Carvalho de Melo
Em Sat, Dec 12, 2020 at 11:43:53AM +0100, Jiri Olsa escreveu: > Add interface to load config set from custom file > by using perf_config_set__new_file function. > > It will be used in perf daemon command to process > custom config file. The naming may be misleading, as this is not _setting_ the p