Re: [PATCH v4 0/6] perf report/script: Support percent and multiple range in --time option

From: Jiri Olsa
Date: Thu Oct 05 2017 - 04:50:48 EST


On Tue, Oct 03, 2017 at 10:22:32PM +0800, Jin Yao wrote:
> v4:
> ---
> 1. Use perf script time style for timestamp printing. Also add with
> the printing of sample duration. For example:
>
> perf report --header
>
> time of first sample : 5276531.323099
> time of last sample : 5276555.345625
> sample duration : 24022.526 ms
>
> 2. Fix an invalid time string issue. For example,
>
> perf script --time 10%/10x12321xsdfdasfdsafdsafdsa
>
> Now in code, it uses strtol to replace atoi.

for the patchset:

Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

thanks,
jirka