Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add colors for up to 8 cpus. | jeff | 2007-01-06 | 1 | -0/+8 |
* | Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exit | scottl | 2005-11-21 | 1 | -0/+18 |
* | Fix two minor typos that caused schedgraph to exit with an exception | rwatson | 2005-11-06 | 1 | -2/+2 |
* | - ktrace(1) has nothing to do with schedgraph. Remove that from the | jeff | 2005-03-14 | 1 | -1/+0 |
* | - Add some notes on what is required to run schedgraph.py successfully. | arr | 2004-12-28 | 1 | -0/+11 |
* | - For preemption and yield events, we want to skip the next two state events | jeff | 2004-12-26 | 1 | -3/+4 |
* | - Call self.checkstamp() in the cpu load parsing functions in case the | jeff | 2004-12-26 | 1 | -0/+4 |
* | - The regexp for the load should have been (/d+), fix this so loads over 9 | jeff | 2004-12-26 | 1 | -2/+3 |
* | - Add 'schedgraph' a scheduler trace visualization tool written with | jeff | 2004-12-26 | 1 | -0/+1209 |