summaryrefslogtreecommitdiffstats
path: root/tools/sched
Commit message (Expand)AuthorAgeFilesLines
* * Remove KTR_CPUMASK, it is not correct to set thiskris2008-01-131-2/+3
* o expand usage comments; add cut&paste items for bozo's like mesam2007-11-191-18/+63
* - Fix the ktr header regexp so we match lines with very large indexes.jeff2007-11-121-4/+19
* Add some notes clarifying usage and a couple of known bugskris2007-04-221-1/+15
* - Add a horrible bit of code to detect tsc differences between processors.jeff2007-01-241-28/+112
* - Print clock information so we know if something is not reported correctlyjeff2007-01-231-7/+7
* - Add colors for up to 8 cpus.jeff2007-01-061-0/+8
* Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exitscottl2005-11-211-0/+18
* Fix two minor typos that caused schedgraph to exit with an exceptionrwatson2005-11-061-2/+2
* - ktrace(1) has nothing to do with schedgraph. Remove that from thejeff2005-03-141-1/+0
* - Add some notes on what is required to run schedgraph.py successfully.arr2004-12-281-0/+11
* - For preemption and yield events, we want to skip the next two state eventsjeff2004-12-261-3/+4
* - Call self.checkstamp() in the cpu load parsing functions in case thejeff2004-12-261-0/+4
* - The regexp for the load should have been (/d+), fix this so loads over 9jeff2004-12-261-2/+3
* - Add 'schedgraph' a scheduler trace visualization tool written withjeff2004-12-261-0/+1209
OpenPOWER on IntegriCloud