Re: [PATCH] perf tools: Fix gaps propagating maps

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 04:42:30PM +0300, Adrian Hunter escreveu: > On 04/09/15 16:28, Arnaldo Carvalho de Melo wrote: > > Em Fri, Sep 04, 2015 at 03:15:54PM +0300, Adrian Hunter escreveu: > >> A perf_evsel is a selected event containing the perf_event_attr > >> that is passed to perf_event_open().

Re: [PATCH] perf tools: Fix gaps propagating maps

2015-09-04 Thread Adrian Hunter
On 04/09/15 16:28, Arnaldo Carvalho de Melo wrote: > Em Fri, Sep 04, 2015 at 03:15:54PM +0300, Adrian Hunter escreveu: >> A perf_evsel is a selected event containing the perf_event_attr >> that is passed to perf_event_open(). A perf_evlist is a collection >> of perf_evsel's. A perf_evlist also ha

Re: [PATCH] perf tools: Fix gaps propagating maps

2015-09-04 Thread Arnaldo Carvalho de Melo
Em Fri, Sep 04, 2015 at 03:15:54PM +0300, Adrian Hunter escreveu: > A perf_evsel is a selected event containing the perf_event_attr > that is passed to perf_event_open(). A perf_evlist is a collection > of perf_evsel's. A perf_evlist also has lists of cpus and threads > (pids) on which to open th

[PATCH] perf tools: Fix gaps propagating maps

2015-09-04 Thread Adrian Hunter
A perf_evsel is a selected event containing the perf_event_attr that is passed to perf_event_open(). A perf_evlist is a collection of perf_evsel's. A perf_evlist also has lists of cpus and threads (pids) on which to open the event. These lists are called 'maps' and this patch is about how those