From owner-freebsd-bugs@FreeBSD.ORG Wed Apr 16 02:40:03 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE954555 for ; Wed, 16 Apr 2014 02:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC3BB1C96 for ; Wed, 16 Apr 2014 02:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3G2e3tf034870 for ; Wed, 16 Apr 2014 02:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3G2e3Cl034869; Wed, 16 Apr 2014 02:40:03 GMT (envelope-from gnats) Date: Wed, 16 Apr 2014 02:40:03 GMT Message-Id: <201404160240.s3G2e3Cl034869@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mark Linimon Subject: Re: kern/187668: Profiling timer does not work when setting low interval X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mark Linimon List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 02:40:03 -0000 The following reply was made to PR kern/187668; it has been noted by GNATS. From: Mark Linimon To: Vasily Postnicov Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/187668: Profiling timer does not work when setting low interval Date: Tue, 15 Apr 2014 21:35:46 -0500 On Mon, Mar 17, 2014 at 05:59:47PM +0000, Vasily Postnicov wrote: > After this commit: > > https://github.com/freebsd/freebsd/commit/5dfd8a110a3e6121977586541b839200faef91da > > a statistical profiler in SBCL (Steel Bank Common Lisp) does not work when sampling interval is set very low. Adding a note for annotation: this corresponds to http://svnweb.freebsd.org/base?view=revision&revision=247903 by mav