Re: [PATCH v6 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-03 Thread Alexey Budankov
sday, June 3, 2020 3:24 PM >>>> To: Alexey Budankov >>>> Cc: Arnaldo Carvalho de Melo ; Jiri Olsa >>>> ; Namhyung Kim ; Alexander >>>> Shishkin ; Peter Zijlstra >>>> ; Ingo Molnar ; Andi Kleen >>>> ; linux-kernel >>>>

Re: [PATCH v6 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-03 Thread Adrian Hunter
ldo Carvalho de Melo ; Jiri Olsa >>> ; Namhyung Kim ; Alexander >>> Shishkin ; Peter Zijlstra >>> ; Ingo Molnar ; Andi Kleen >>> ; linux-kernel >>> Subject: Re: [PATCH v6 01/13] tools/libperf: introduce notion of static >>> polled >>> f

Re: [PATCH v6 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-03 Thread Alexey Budankov
hishkin ; Peter Zijlstra >> ; Ingo Molnar ; Andi Kleen >> ; linux-kernel >> Subject: Re: [PATCH v6 01/13] tools/libperf: introduce notion of static >> polled >> file descriptors >> >> On 3/06/20 3:01 pm, Alexey Budankov wrote: >>> Hi

RE: [PATCH v6 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-03 Thread Hunter, Adrian
; Subject: Re: [PATCH v6 01/13] tools/libperf: introduce notion of static polled > file descriptors > > On 3/06/20 3:01 pm, Alexey Budankov wrote: > > Hi, > > > > On 03.06.2020 14:38, Adrian Hunter wrote: > >> On 1/06/20 11:05 pm, Alexey Budankov wrote: >

Re: [PATCH v6 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-03 Thread Adrian Hunter
On 3/06/20 3:01 pm, Alexey Budankov wrote: > Hi, > > On 03.06.2020 14:38, Adrian Hunter wrote: >> On 1/06/20 11:05 pm, Alexey Budankov wrote: >>> >>> Implement adding of file descriptors by fdarray__add_stat() to >>> fix-sized (currently 1) stat_entries array located at struct fdarray. >>> Append

Re: [PATCH v6 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-03 Thread Alexey Budankov
Hi, On 03.06.2020 14:38, Adrian Hunter wrote: > On 1/06/20 11:05 pm, Alexey Budankov wrote: >> >> Implement adding of file descriptors by fdarray__add_stat() to >> fix-sized (currently 1) stat_entries array located at struct fdarray. >> Append added file descriptors to the array used by poll()

Re: [PATCH v6 01/13] tools/libperf: introduce notion of static polled file descriptors

2020-06-03 Thread Adrian Hunter
On 1/06/20 11:05 pm, Alexey Budankov wrote: > > Implement adding of file descriptors by fdarray__add_stat() to > fix-sized (currently 1) stat_entries array located at struct fdarray. > Append added file descriptors to the array used by poll() syscall > during fdarray__poll() call. Copy poll()