Date: Sun, 26 Dec 2004 03:25:08 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/sched schedgraph.py Message-ID: <200412260325.iBQ3P9NC087126@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412260325.iBQ3P9NC087126>
