From owner-freebsd-current@FreeBSD.ORG Wed Jul 26 11:37:24 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9299316A4DD for ; Wed, 26 Jul 2006 11:37:24 +0000 (UTC) (envelope-from daffy@xview.net) Received: from mail.oav.net (mail.oav.net [193.218.105.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 235A943D49 for ; Wed, 26 Jul 2006 11:37:24 +0000 (GMT) (envelope-from daffy@xview.net) Received: from localhost (mail.oav.net [193.218.105.18]) by mail02.oav.net (Postfix) with ESMTP id 3456A3F442 for ; Wed, 26 Jul 2006 13:37:23 +0200 (CEST) (envelope-from daffy@xview.net) X-Virus-Scanned: by amavisd-new at mail02.oav.net Received: from mail03.oav.net ([193.218.105.18]) by localhost (mail02.oav.net [172.31.1.2]) (amavisd-new, port 10026) with LMTP id xH2SbEeFaRmr for ; Wed, 26 Jul 2006 13:37:22 +0200 (CEST) Received: from [192.168.0.200] (kiwi.oav.net [82.225.248.92]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail03.oav.net (Postfix) with ESMTP id B325233C1F for ; Wed, 26 Jul 2006 13:37:22 +0200 (CEST) (envelope-from daffy@xview.net) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <8F83C6CB-78B8-4BAE-994A-F1840FBB7FC3@xview.net> Content-Transfer-Encoding: quoted-printable From: Olivier Warin Date: Wed, 26 Jul 2006 13:36:43 +0200 To: freebsd-current@freebsd.org X-Mailer: Apple Mail (2.752.2) Subject: Re: KTR ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 11:37:24 -0000 Le 26 juil. 06 =E0 13:29, Olivier Warin a =E9crit : > Hi, > > FreeBSD 7.0-CURRENT (LSD_SMP) #0: Sun Jul 16 10:39:02 CEST 2006 > > daffy@gw:~ %> sysctl =20 > debug.ktr -[11:21]- > debug.ktr.alq_enable: 1 > debug.ktr.alq_file: /tmp/ktr.out > debug.ktr.alq_depth: 32768 > debug.ktr.alq_failed: 0 > debug.ktr.alq_cnt: 0 > debug.ktr.alq_max: 0 > debug.ktr.clear: 0 > debug.ktr.version: 2 > debug.ktr.entries: 32768 > debug.ktr.compile: 536871424 > debug.ktr.mask: 1 > debug.ktr.cpumask: -1 > > /tmp/ktr.out is empty & nothing is printed out on console when =20 > alq_enable is set to 0. > Is does not work neither with UP nor SMP kernel. What am I missing ? Sorry for this e-mail, I forgot to set debug.ktr.mask which only log =20 KTR_GEN by default. Now, everything seems to work as expected. -- Olivier Warin