Lines Matching refs:time
118 comm, tid, pid, time, cpu, event, trace, ip, sym, dso, addr, symoff,
123 e.g., -F sw:comm,tid,time,ip,sym and -F trace:time,cpu,trace
145 -F trace: -F comm,tid,time,ip,sym
148 second invocation sets the fields to comm,tid,time,ip,sym. In this case a
155 -F comm,tid,time,ip,sym -F trace:
363 Use 9 decimal places when displaying time (i.e. show the nanoseconds)
369 --time::
370 Only analyze samples within given time window: <start>,<stop>. Times
371 have the format seconds.nanoseconds. If start is not given (i.e. time
373 stop time is not given (i.e. time string is 'x.y,') then analysis goes
375 requires the argument to be quoted e.g. --time "1234.567,1234.789 1235,"
377 Also support time percent with multiple time ranges. Time string is
381 Select the second 10% time slice:
382 perf script --time 10%/2
384 Select from 0% to 10% time slice:
385 perf script --time 0%-10%
387 Select the first and second 10% time slices:
388 perf script --time 10%/1,10%/2
391 perf script --time 0%-10%,30%-40%
398 Print time stamps relative to trace start.
401 Print time stamps relative to previous event.