From de4c115cf80f8feaf7cac446586052d5151c30d5 Mon Sep 17 00:00:00 2001 From: Jeff Roberson Date: Mon, 14 Mar 2005 11:52:24 +0000 Subject: [PATCH] - ktrace(1) has nothing to do with schedgraph. Remove that from the instructions. --- tools/sched/schedgraph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/sched/schedgraph.py b/tools/sched/schedgraph.py index e70d67d05cf..8f9acf9d1ab 100644 --- a/tools/sched/schedgraph.py +++ b/tools/sched/schedgraph.py @@ -36,7 +36,6 @@ from Tkinter import * # - 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' #