[PATCH 01/10] perf evlist: Introduce perf_evlist__filter_pollfd method

2014-09-03 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo To remove all entries in evlist->pollfd[] that have revents matching at least one of the bits in the specified mask. It'll adjust evlist->nr_fds to the number of unfiltered fds and will return this value, as a convenience and to avoid requiring direct access to int

Re: [PATCH 01/10] perf evlist: Introduce perf_evlist__filter_pollfd method

2014-08-25 Thread Adrian Hunter
On 08/22/2014 11:59 PM, Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > To remove all entries in evlist->pollfd[] that have revents matching at > least one of the bits in the specified mask. > > It'll adjust evlist->nr_fds to the number of unfiltered fds and will > return th

[PATCH 01/10] perf evlist: Introduce perf_evlist__filter_pollfd method

2014-08-22 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo To remove all entries in evlist->pollfd[] that have revents matching at least one of the bits in the specified mask. It'll adjust evlist->nr_fds to the number of unfiltered fds and will return this value, as a convenience and to avoid requiring direct access to int