From owner-cvs-src@FreeBSD.ORG Fri Feb 11 15:17:57 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9514016A4CF; Fri, 11 Feb 2005 15:17:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7C143D3F; Fri, 11 Feb 2005 15:17:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BFHv5l087519; Fri, 11 Feb 2005 15:17:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1BFHvvd087518; Fri, 11 Feb 2005 15:17:57 GMT (envelope-from rwatson) Message-Id: <200502111517.j1BFHvvd087518@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 Feb 2005 15:17:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 MUTEX_PROFILING.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 11 Feb 2005 15:17:57 -0000 rwatson 2005-02-11 15:17:57 UTC FreeBSD src repository Modified files: share/man/man9 MUTEX_PROFILING.9 Log: Add a bit more caveat text about MUTEX_PROFILING -- try to avoid using it with other profiling and debugging options, such as INVARIANTS, WITNESS, kernel profiling, etc. They all interfere with each other nastily and will generate fairly useless results. Revision Changes Path 1.10 +23 -0 src/share/man/man9/MUTEX_PROFILING.9