cvs commit: src/tools/sched schedgraph.py
Jeff Roberson
jeff at FreeBSD.org
Sat Dec 25 19:25:09 PST 2004
jeff 2004-12-26 03:25:08 UTC
FreeBSD src repository
Modified files:
tools/sched schedgraph.py
Log:
- For preemption and yield events, we want to skip the next two state events
as they are the setrunqueue() and sched_add() calls. Since they happen
immediately before the thread is placed on a run queue they would normally
dwarf the more informative preemption or yield event and it is implicitly
understood that a thread is back on the run queue as part of these events.
Revision Changes Path
1.4 +4 -3 src/tools/sched/schedgraph.py
More information about the cvs-src
mailing list