'\" t .\" Title: perf-data .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.16 .\" Date: 2022-01-30 .\" Manual: perf Manual .\" Source: perf .\" Language: English .\" .TH "PERF_5.15\-DATA" "1" "2022-01-30" "perf" "perf Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" perf-data \- Data file related processing .SH "SYNOPSIS" .sp .nf \fIperf data\fP [] []", .fi .br .SH "DESCRIPTION" .sp Data file related processing. .SH "COMMANDS" .sp convert .RS 4 Converts perf data file into another format. It\(cqs possible to set data\-convert debug variable to get debug messages from conversion, like: perf \-\-debug data\-convert data convert ... .RE .SH "OPTIONS FOR \fICONVERT\fP" .sp \-\-to\-ctf .RS 4 Triggers the CTF conversion, specify the path of CTF data directory. .RE .sp \-\-to\-json .RS 4 Triggers JSON conversion. Specify the JSON filename to output. .RE .sp \-\-tod .RS 4 Convert time to wall clock time. .RE .sp \-i .RS 4 Specify input perf data file path. .RE .sp \-f, \-\-force .RS 4 Don\(cqt complain, do it. .RE .sp \-v, \-\-verbose .RS 4 Be more verbose (show counter open errors, etc). .RE .sp \-\-all .RS 4 Convert all events, including non\-sample events (comm, fork, ...), to output. Default is off, only convert samples. .RE .SH "SEE ALSO" .sp perf(1) [1] Common Trace Format \- \c .URL "http://www.efficios.com/ctf" "" ""