perf: Add 'perf sched' tool
[linux-2.6-block.git] / tools / perf / Documentation / perf-sched.txt
1 perf-sched(1)
2 ==============
3
4 NAME
5 ----
6 perf-sched - Read perf.data (created by perf record) and display sched output
7
8 SYNOPSIS
9 --------
10 [verse]
11 'perf sched' [-i <file> | --input=file] symbol_name
12
13 DESCRIPTION
14 -----------
15 This command reads the input file and displays the latencies recorded.
16
17 OPTIONS
18 -------
19 -D::
20 --dump-raw-trace=::
21         Display verbose dump of the sched data.
22
23 SEE ALSO
24 --------
25 linkperf:perf-record[1]