Re: [PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Mathieu Poirier
On 18 September 2015 at 14:49, Arnaldo Carvalho de Melo wrote: > Em Fri, Sep 18, 2015 at 02:42:04PM -0600, Mathieu Poirier escreveu: >> The parameters of function 'perf_evsel__open()' in >> 'record_open()' have been changed to use the evsel's cpus and >> threads rather than the evlist since: >>

Re: [PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 18, 2015 at 02:42:04PM -0600, Mathieu Poirier escreveu: > The parameters of function 'perf_evsel__open()' in > 'record_open()' have been changed to use the evsel's cpus and > threads rather than the evlist since: > > commit d988d5ee6478 ("perf evlist: Open event on evsel cpus and

[PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Mathieu Poirier
The parameters of function 'perf_evsel__open()' in 'record_open()' have been changed to use the evsel's cpus and threads rather than the evlist since: commit d988d5ee6478 ("perf evlist: Open event on evsel cpus and threads") This works fine for as long as all the events have been added to the

Re: [PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Mathieu Poirier
On 18 September 2015 at 14:49, Arnaldo Carvalho de Melo wrote: > Em Fri, Sep 18, 2015 at 02:42:04PM -0600, Mathieu Poirier escreveu: >> The parameters of function 'perf_evsel__open()' in >> 'record_open()' have been changed to use the evsel's cpus and >> threads rather than the

[PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Mathieu Poirier
The parameters of function 'perf_evsel__open()' in 'record_open()' have been changed to use the evsel's cpus and threads rather than the evlist since: commit d988d5ee6478 ("perf evlist: Open event on evsel cpus and threads") This works fine for as long as all the events have been added to the

Re: [PATCH] perf record: adding dummy event before mapping

2015-09-18 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 18, 2015 at 02:42:04PM -0600, Mathieu Poirier escreveu: > The parameters of function 'perf_evsel__open()' in > 'record_open()' have been changed to use the evsel's cpus and > threads rather than the evlist since: > > commit d988d5ee6478 ("perf evlist: Open event on evsel cpus and