perf-data(1) ============== NAME ---- perf-data - Data file related processing SYNOPSIS -------- [verse] 'perf data' [] []", DESCRIPTION ----------- Data file related processing. COMMANDS -------- convert:: Converts perf data file into another format (only CTF [1] format is support by now). It's possible to set data-convert debug variable to get debug messages from conversion, like: perf --debug data-convert data convert ... OPTIONS for 'convert' --------------------- --to-ctf:: Triggers the CTF conversion, specify the path of CTF data directory. -i:: Specify input perf data file path. -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. SEE ALSO -------- linkperf:perf[1] [1] Common Trace Format - http://www.efficios.com/ctf e='id' value='5c43c52d5fb6163120ae5d9a281c3b757ca6119c'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wahl <Steve_Wahl@Dell.com>2016-12-08 17:02:28 +0000
committerJon Mason <jdmason@kudzu.us>2016-12-23 16:10:50 -0500
commit5c43c52d5fb6163120ae5d9a281c3b757ca6119c (patch)
treeff751fe1e706990e2cd0b773a54c06ea347c80d0
parentbc034e52627a242bcf4343b791cbd263f65cfdcc (diff)
NTB: correct ntb_peer_spad_read for case when callback is not supplied.
Correct ntb_peer_spad_read for case when callback is not supplied Signed-off-by: Steve Wahl <Steve.Wahl@dell.com> Acked-by: Allen Hubbe <Allen.Hubbe@dell.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>