Lines Matching full:time
34 Convert time to wall clock time.
43 --time::
44 Only convert samples within given time window: <start>,<stop>. Times
45 have the format seconds.nanoseconds. If start is not given (i.e. time
47 stop time is not given (i.e. time string is 'x.y,') then analysis goes
49 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
51 Also support time percent with multiple time ranges. Time string is
55 Select the second 10% time slice:
57 perf data convert --to-json out.json --time 10%/2
59 Select from 0% to 10% time slice:
61 perf data convert --to-json out.json --time 0%-10%
63 Select the first and second 10% time slices:
65 perf data convert --to-json out.json --time 10%/1,10%/2
69 perf data convert --to-json out.json --time 0%-10%,30%-40%