- ktrace(1) has nothing to do with schedgraph. Remove that from the

instructions.
This commit is contained in:
Jeff Roberson 2005-03-14 11:52:24 +00:00
parent ee148e2606
commit de4c115cf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143565

View File

@ -36,7 +36,6 @@
# - It is encouraged to increase KTR_ENTRIES size to 32768 to gather
# enough information for analysis.
# - Rebuild kernel with proper changes to KERNCONF.
# - Run ktrace(1) with whatever workload you wish to use.
# - Dump the trace to a file: 'ktrdump -ct > ktr.out'
# - Run the python script: 'python schedgraph.py ktr.out'
#