Re: [PATCH 0/2] Perf/stat: Solve problems with repeat and interval

2019-09-18 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 11, 2019 at 09:44:20AM +0530, Ravi Bangoria escreveu: > > > On 9/4/19 3:17 PM, Srikar Dronamraju wrote: > > There are some problems in perf stat when using a combination of repeat and > > interval options. This series tries to fix them. > > For the series: > > Tested-by: Ravi Bangor

Re: [PATCH 0/2] Perf/stat: Solve problems with repeat and interval

2019-09-10 Thread Ravi Bangoria
On 9/4/19 3:17 PM, Srikar Dronamraju wrote: There are some problems in perf stat when using a combination of repeat and interval options. This series tries to fix them. For the series: Tested-by: Ravi Bangoria

Re: [PATCH 0/2] Perf/stat: Solve problems with repeat and interval

2019-09-04 Thread Jiri Olsa
On Wed, Sep 04, 2019 at 03:17:36PM +0530, Srikar Dronamraju wrote: > There are some problems in perf stat when using a combination of repeat and > interval options. This series tries to fix them. > > Srikar Dronamraju (2): > perf/stat: Reset previous counts on repeat with interval > perf/stat:

[PATCH 0/2] Perf/stat: Solve problems with repeat and interval

2019-09-04 Thread Srikar Dronamraju
There are some problems in perf stat when using a combination of repeat and interval options. This series tries to fix them. Srikar Dronamraju (2): perf/stat: Reset previous counts on repeat with interval perf/stat: Fix a segmentation fault when using repeat forever tools/perf/builtin-stat.c