Lines Matching full:convert
19 convert::
21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
25 OPTIONS for 'convert'
34 Convert time to wall clock time.
44 Only convert samples within given time window: <start>,<stop>. Times
57 perf data convert --to-json out.json --time 10%/2
61 perf data convert --to-json out.json --time 0%-10%
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%
76 Convert all events, including non-sample events (comm, fork, ...), to output.
77 Default is off, only convert samples.