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

From: Jin, Yao
Date: Wed Oct 18 2017 - 03:19:51 EST




On 10/5/2017 4:50 PM, Jiri Olsa wrote:
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


Thanks Jiri!

Hi Arnaldo,

Could this patchset be merged?

Thanks
Jin Yao