aboutsummaryrefslogtreecommitdiff
path: root/tools/sched
Commit message (Expand)AuthorAgeFilesLines
* Add some notes clarifying usage and a couple of known bugsKris Kennaway2007-04-221-1/+15
* - Add a horrible bit of code to detect tsc differences between processors.Jeff Roberson2007-01-241-28/+112
* - Print clock information so we know if something is not reported correctlyJeff Roberson2007-01-231-7/+7
* - Add colors for up to 8 cpus.Jeff Roberson2007-01-061-0/+8
* Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exitScott Long2005-11-211-0/+18
* Fix two minor typos that caused schedgraph to exit with an exceptionRobert Watson2005-11-061-2/+2
* - ktrace(1) has nothing to do with schedgraph. Remove that from theJeff Roberson2005-03-141-1/+0
* - Add some notes on what is required to run schedgraph.py successfully.Andrew R. Reiter2004-12-281-0/+11
* - For preemption and yield events, we want to skip the next two state eventsJeff Roberson2004-12-261-3/+4
* - Call self.checkstamp() in the cpu load parsing functions in case theJeff Roberson2004-12-261-0/+4
* - The regexp for the load should have been (/d+), fix this so loads over 9Jeff Roberson2004-12-261-2/+3
* - Add 'schedgraph' a scheduler trace visualization tool written withJeff Roberson2004-12-261-0/+1209