summaryrefslogtreecommitdiff
path: root/tools/sched
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-11schedgraph.py: port to Python 3Andriy Gapon
2016-11-18Add a dtrace script for collecting schedgraph dataRyan Stone
2015-11-19Use print as a function for Python 3 [PEP 3105]Craig Rodrigues
2015-11-18Use 'in' instead of 'has_key()' for testing dictionary membership.Craig Rodrigues
2014-11-04Add a new thread state "spinning" to schedgraph and add tracepoints at theJohn Baldwin
2014-11-04Bind Ctrl-Q as a global hotkey to exit. Bind Ctrl-W as a hotkey to closeJohn Baldwin
2014-10-08Add schedgraph traces for callout handlers. Specifically, a callwheel logsJohn Baldwin
2014-09-30Explicitly return None for negative event indices. Prior to this,John Baldwin
2009-01-22 - Update my copyright.Jeff Roberson
2009-01-20 - Permit timestamps to be as far as 2048 ticks apart before we complainJeff Roberson
2009-01-18 - Add summary information to the title once the file is parsed rather thanJeff Roberson
2009-01-18 - Significantly speedup hiding and displaying multiple rows by writing anJeff Roberson
2009-01-17 - Add a new source configuration menu option that allows hiding andJeff Roberson
2009-01-17 - Rewrite the parser to support the new generic schedgraph interface.Jeff Roberson
2009-01-13Add support for two new event source types:John Baldwin
2009-01-13- Add some rudimentary support for sorting the list of event sourcesJohn Baldwin
2008-04-26 - Remove cumbersome and inaccurate attempt at synchronizing the timestampsJeff Roberson
2008-01-25Update the timestamp regexps in syncstamp() and monostamp() for > 99999John Baldwin
2008-01-13* Remove KTR_CPUMASK, it is not correct to set thisKris Kennaway
2007-11-19o expand usage comments; add cut&paste items for bozo's like meSam Leffler
2007-11-12 - Fix the ktr header regexp so we match lines with very large indexes.Jeff Roberson
2007-04-22Add some notes clarifying usage and a couple of known bugsKris Kennaway
2007-01-24 - Add a horrible bit of code to detect tsc differences between processors.Jeff Roberson
2007-01-23 - Print clock information so we know if something is not reported correctlyJeff Roberson
2007-01-06 - Add colors for up to 8 cpus.Jeff Roberson
2005-11-21Teach schedgraph how to parse KTR_CRITICAL records. critical_enter/exitScott Long
2005-11-06Fix two minor typos that caused schedgraph to exit with an exceptionRobert Watson
2005-03-14 - ktrace(1) has nothing to do with schedgraph. Remove that from theJeff Roberson
2004-12-28- Add some notes on what is required to run schedgraph.py successfully.Andrew R. Reiter
2004-12-26 - For preemption and yield events, we want to skip the next two state eventsJeff Roberson
2004-12-26 - Call self.checkstamp() in the cpu load parsing functions in case theJeff Roberson
2004-12-26 - The regexp for the load should have been (/d+), fix this so loads over 9Jeff Roberson
2004-12-26 - Add 'schedgraph' a scheduler trace visualization tool written withJeff Roberson