Re: [PATCH v10 00/12] perf: enable compression of record mode trace to save storage space

2019-03-28 Thread Alexey Budankov
Hi, This is a gentle reminder regarding the patch set below. Thanks, Alexey On 18.03.2019 20:36, Alexey Budankov wrote: > > The patch set implements runtime trace compression (-z option) in > record mode and trace auto decompression in report and inject modes. > Streaming Zstd API [1] is

[PATCH v10 00/12] perf: enable compression of record mode trace to save storage space

2019-03-18 Thread Alexey Budankov
The patch set implements runtime trace compression (-z option) in record mode and trace auto decompression in report and inject modes. Streaming Zstd API [1] is used for compression and decompression of data that come from kernel mmaped data buffers. Usage of implemented