Latest Manual Page of perf-data.1

From Perf Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with " = NAME = perf-data - Data file related processing = SYNOPSIS = <pre>perf data [<common options>] <command> [<options>]",</pre> = DESCRIPTION = Data...")
 
 
(15 intermediate revisions by one user not shown)
Line 49: Line 49:
 
= SEE ALSO =
 
= SEE ALSO =
  
'''perf'''(1) [1] Common Trace Format - '''http://www.efficios.com/ctf'''
+
[[Latest Manual Page of perf.1|<tt>'''perf'''(1)</tt>]] [1] Common Trace Format - '''http://www.efficios.com/ctf'''
  
  
 
= KERNEL VERSION =
 
= KERNEL VERSION =
  
This page is auto-generated.  The kernel version is v6.0-rc3
+
This page is auto-generated.  The kernel version is v6.9-rc3

Latest revision as of 11:16, 8 April 2024

Contents

[edit] NAME

perf-data - Data file related processing

[edit] SYNOPSIS

perf data [<common options>] <command> [<options>]",

[edit] DESCRIPTION

Data file related processing.

[edit] COMMANDS

convert

Converts perf data file into another format. It’s possible to set data-convert debug variable to get debug messages from conversion, like: perf --debug data-convert data convert ...

[edit] OPTIONS FOR FICONVERTFR

--to-ctf

Triggers the CTF conversion, specify the path of CTF data directory.

--to-json

Triggers JSON conversion. Specify the JSON filename to output.

--tod

Convert time to wall clock time.

-i

Specify input perf data file path.

-f, --force

Don’t complain, do it.

-v, --verbose

Be more verbose (show counter open errors, etc).

--all

Convert all events, including non-sample events (comm, fork, ...), to output. Default is off, only convert samples.

[edit] SEE ALSO

perf(1) [1] Common Trace Format - http://www.efficios.com/ctf


[edit] KERNEL VERSION

This page is auto-generated. The kernel version is v6.9-rc3

Personal tools