mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
0a02ad9331
This turn-key tool allows scheduler measurements to be conducted and the results be displayed numerically. First baby step towards that goal: clone the new command off of perf trace. Fix a few other details along the way: - add (minimal) perf trace documentation - reorder a few places - list perf trace in the mainporcelain list as well as it's a very useful utility. 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>
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
#
|
|
# List of known perf commands.
|
|
# command name category [deprecated] [common]
|
|
#
|
|
perf-annotate mainporcelain common
|
|
perf-list mainporcelain common
|
|
perf-sched mainporcelain common
|
|
perf-record mainporcelain common
|
|
perf-report mainporcelain common
|
|
perf-stat mainporcelain common
|
|
perf-top mainporcelain common
|
|
perf-trace mainporcelain common
|