Re: [PATCH v2 0/6] perf: Add option to specify time window of interest

2016-11-30 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 30, 2016 at 02:26:48PM +0900, Namhyung Kim escreveu: > Hi David and Arnaldo, > > On 11/30/16, Arnaldo Carvalho de Melo wrote: > > Em Tue, Nov 29, 2016 at 10:15:40AM -0700, David Ahern escreveu: > >> This series allows users to collect data and analyze a time window of > >> interest wi

Re: [PATCH v2 0/6] perf: Add option to specify time window of interest

2016-11-29 Thread Namhyung Kim
Hi David and Arnaldo, On 11/30/16, Arnaldo Carvalho de Melo wrote: > Em Tue, Nov 29, 2016 at 10:15:40AM -0700, David Ahern escreveu: >> This series allows users to collect data and analyze a time window of >> interest within the file. >> >> v2 >> - renamed perf_time to perf_time_interval >> - cha

Re: [PATCH v2 0/6] perf: Add option to specify time window of interest

2016-11-29 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 29, 2016 at 10:15:40AM -0700, David Ahern escreveu: > This series allows users to collect data and analyze a time window of > interest within the file. > > v2 > - renamed perf_time to perf_time_interval > - changed ../perf.h to perf.h in patch 1 Thanks, applied and pushed out to acme/

[PATCH v2 0/6] perf: Add option to specify time window of interest

2016-11-29 Thread David Ahern
This series allows users to collect data and analyze a time window of interest within the file. v2 - renamed perf_time to perf_time_interval - changed ../perf.h to perf.h in patch 1 David Ahern (6): perf tool: Add time-based utility functions perf tool: Move parse_nsec_time to time-utils.c