Re: [PATCH v2] perf record: Add support for limit perf output file size

2019-02-24 Thread Jiwei Sun
Hi Arnaldo, On 02/22/2019 10:53 PM, Arnaldo Carvalho de Melo wrote: > Em Fri, Feb 22, 2019 at 03:19:04PM +0800, Jiwei Sun escreveu: >> The patch adds a new option to limit the output file size, then based >> on it, we can create a wrapper of the perf command that uses the option >> to avoid exhaus

Re: [PATCH v2] perf record: Add support for limit perf output file size

2019-02-22 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 22, 2019 at 03:19:04PM +0800, Jiwei Sun escreveu: > The patch adds a new option to limit the output file size, then based > on it, we can create a wrapper of the perf command that uses the option > to avoid exhausting the disk space by the unconscious user. > > Signed-off-by: Jiwei Sun

[PATCH v2] perf record: Add support for limit perf output file size

2019-02-21 Thread Jiwei Sun
The patch adds a new option to limit the output file size, then based on it, we can create a wrapper of the perf command that uses the option to avoid exhausting the disk space by the unconscious user. Signed-off-by: Jiwei Sun --- v2 changes: - make patch based on latest Arnaldo's perf/core,