1
0
Fork 0
alistair23-linux/tools/perf
Ingo Molnar f2858d8ad9 perf sched: Add 'perf sched latency' and 'perf sched replay'
Separate the option parsing cleanly and add two variants:

 - 'perf sched latency' (can be abbreviated via 'perf sched lat')
 - 'perf sched replay'  (can be abbreviated via 'perf sched rep')

Also add a repeat count option to replay and add a separation
set of options for replay.

Do the sorting setup only in the latency sub-command.

Display separate help screens for 'perf sched' and
'perf sched replay -h' - i.e. further separation of the
sub-commands.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-09-13 10:22:49 +02:00
..
Documentation perf: Add 'perf sched' tool 2009-09-13 10:22:36 +02:00
util perf sched: Display time in milliseconds, reorganize output 2009-09-13 10:22:44 +02:00
.gitignore
CREDITS
Makefile perf: Add 'perf sched' tool 2009-09-13 10:22:36 +02:00
builtin-annotate.c
builtin-help.c
builtin-list.c
builtin-record.c
builtin-report.c
builtin-sched.c perf sched: Add 'perf sched latency' and 'perf sched replay' 2009-09-13 10:22:49 +02:00
builtin-stat.c
builtin-top.c
builtin-trace.c
builtin.h perf: Add 'perf sched' tool 2009-09-13 10:22:36 +02:00
command-list.txt perf: Add 'perf sched' tool 2009-09-13 10:22:36 +02:00
design.txt
perf.c perf: Add 'perf sched' tool 2009-09-13 10:22:36 +02:00
perf.h