From owner-svn-src-all@FreeBSD.ORG Sat Oct 20 23:13:10 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A6C9BC3E; Sat, 20 Oct 2012 23:13:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8BBF48FC08; Sat, 20 Oct 2012 23:13:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9KNDAiK028138; Sat, 20 Oct 2012 23:13:10 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9KNDAbc028136; Sat, 20 Oct 2012 23:13:10 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201210202313.q9KNDAbc028136@svn.freebsd.org> From: Glen Barber Date: Sat, 20 Oct 2012 23:13:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241791 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 23:13:10 -0000 Author: gjb (doc,ports committer) Date: Sat Oct 20 23:13:09 2012 New Revision: 241791 URL: http://svn.freebsd.org/changeset/base/241791 Log: Update ktr(4) to reflect changes from r239923. Reviewed by: attilio Modified: head/share/man/man4/ktr.4 Modified: head/share/man/man4/ktr.4 ============================================================================== --- head/share/man/man4/ktr.4 Sat Oct 20 22:44:22 2012 (r241790) +++ head/share/man/man4/ktr.4 Sat Oct 20 23:13:09 2012 (r241791) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 19, 2012 +.Dd October 20, 2012 .Dt KTR 4 .Os .Sh NAME @@ -85,6 +85,9 @@ Furthermore, there is a CPU event mask w the .Dv KTR_CPUMASK option. +When two or more parameters to +.Dv KTR_CPUMASK , +are used, it is important they are not separated by whitespace. A CPU must have the bit corresponding to its logical id set in this bitmask for events that occur on it to be logged. This mask can be set by the @@ -95,7 +98,12 @@ environment variable. It can also be examined and set after booting via the .Va debug.ktr.cpumask sysctl. -By default events on all CPUs are enabled. +By default, only CPUs specified in +.Dv KTR_CPUMASK +will log events. +See +.Pa sys/conf/NOTES +for more information. .Ss Verbose Mode By default, events are only logged to the internal buffer for examination later, but if the verbose flag is set then they are dumped to the kernel