Re: [PATCH 00/12] perf top: Rework processing code

2018-11-19 Thread Namhyung Kim
Hi Jirka, On Mon, Nov 19, 2018 at 01:20:04PM +0100, Jiri Olsa wrote: > hi, > David reported issues with perf top loosing side band events > so we moved mmap reading and hists processing into separated > threads. > > This patchset also adds dropping sample logic when the processing > falls behind

Re: [PATCH 00/12] perf top: Rework processing code

2018-11-19 Thread David Miller
From: Jiri Olsa Date: Mon, 19 Nov 2018 13:20:04 +0100 > David reported issues with perf top loosing side band events > so we moved mmap reading and hists processing into separated > threads. > > This patchset also adds dropping sample logic when the processing > falls behind the reader thread. T