Lines Matching +full:run +full:- +full:time
1 perf-sched(1)
5 ----
6 perf-sched - Tool to trace/measure scheduler properties (latencies)
9 --------
14 -----------
30 of the workload as it occurred when it was recorded - and can repeat
33 'perf sched map' to print a textual context-switching outline of
35 individual CPUs, and the two-letter shortcuts stand for tasks that
42 perf sched record -- sleep 1
46 time (time between sched-out and next sched-in events for the task), the
47 task scheduling delay (time between wakeup and actually running) and run
48 time for the task:
50 time cpu task name wait time sch delay run time
52 -------------- ------ -------------------- --------- --------- ---------
64 -------
65 -i::
66 --input=<file>::
69 -v::
70 --verbose::
73 -D::
74 --dump-raw-trace=::
77 -f::
78 --force::
82 ----------------------------
84 --compact::
88 --cpus::
91 --color-cpus::
94 --color-pids::
98 ---------------------------------
99 -k::
100 --vmlinux=<file>::
103 --kallsyms=<file>::
106 -g::
107 --call-graph::
110 --max-stack::
113 -C=::
114 --cpu=::
117 -p=::
118 --pid=::
121 -t=::
122 --tid=::
125 -s::
126 --summary::
128 run times (in sec) and relative stddev.
130 -S::
131 --with-summary::
133 max, and average run times (in sec) and relative stddev.
135 --symfs=<directory>::
138 -V::
139 --cpu-visual::
140 Show visual aid for sched switches by CPU: 'i' marks idle time,
143 -w::
144 --wakeups::
147 -M::
148 --migrations::
151 -n::
152 --next::
155 -I::
156 --idle-hist::
157 Show idle-related events only.
159 --time::
160 Only analyze samples within given time window: <start>,<stop>. Times
161 have the format seconds.microseconds. If start is not given (i.e., time
163 stop time is not given (i.e, time string is 'x.y,') then analysis goes
166 --state::
170 --------
171 linkperf:perf-record[1]