mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
26 lines
426 B
Plaintext
26 lines
426 B
Plaintext
|
perf-sched(1)
|
||
|
==============
|
||
|
|
||
|
NAME
|
||
|
----
|
||
|
perf-sched - Read perf.data (created by perf record) and display sched output
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
|
[verse]
|
||
|
'perf sched' [-i <file> | --input=file] symbol_name
|
||
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
|
This command reads the input file and displays the latencies recorded.
|
||
|
|
||
|
OPTIONS
|
||
|
-------
|
||
|
-D::
|
||
|
--dump-raw-trace=::
|
||
|
Display verbose dump of the sched data.
|
||
|
|
||
|
SEE ALSO
|
||
|
--------
|
||
|
linkperf:perf-record[1]
|