From owner-cvs-src@FreeBSD.ORG Mon Nov 19 04:46:38 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B590D16A418; Mon, 19 Nov 2007 04:46:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B7D713C459; Mon, 19 Nov 2007 04:46:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAJ4kcaT031076; Mon, 19 Nov 2007 04:46:38 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAJ4kcBr031075; Mon, 19 Nov 2007 04:46:38 GMT (envelope-from sam) Message-Id: <200711190446.lAJ4kcBr031075@repoman.freebsd.org> From: Sam Leffler Date: Mon, 19 Nov 2007 04:46:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/sched schedgraph.py X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 04:46:38 -0000 sam 2007-11-19 04:46:37 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: o expand usage comments; add cut&paste items for bozo's like me o add things i want to TODO list o add Record entry to each event which back-maps to the line # in the ktr file; useful for finding local context when the ktr file has lots of items that schedgraph doesn't grok o add missing KTR_SCHED event handlers o expose Counter max value through a ymax method for widget building o show timestamps in records rejected 'cuz time goes backwards Revision Changes Path 1.14 +63 -18 src/tools/sched/schedgraph.py