Re: [PATCH 08/12] perf tools: Fix side band thread draining

2019-04-16 Thread Song Liu
> On Apr 16, 2019, at 9:01 AM, Jiri Olsa wrote: > > Current perf_evlist__poll_thread code could finish > without draining the data. Adding the logic that > makes sure we won't finish before the drain. > > Fixes: 657ee5531903 ("perf evlist: Introduce side band thread") > Link:

Re: [PATCH 08/12] perf tools: Fix side band thread draining

2019-04-16 Thread Arnaldo Carvalho de Melo
Em Tue, Apr 16, 2019 at 06:01:23PM +0200, Jiri Olsa escreveu: > Current perf_evlist__poll_thread code could finish > without draining the data. Adding the logic that > makes sure we won't finish before the drain. > > Fixes: 657ee5531903 ("perf evlist: Introduce side band thread") Thanks, applied

[PATCH 08/12] perf tools: Fix side band thread draining

2019-04-16 Thread Jiri Olsa
Current perf_evlist__poll_thread code could finish without draining the data. Adding the logic that makes sure we won't finish before the drain. Fixes: 657ee5531903 ("perf evlist: Introduce side band thread") Link: http://lkml.kernel.org/n/tip-41i888xyim9n5ceyr44jb...@git.kernel.org