From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 15:31:13 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3C4C106568A for ; Tue, 7 Oct 2008 15:31:12 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id AD0B58FC23 for ; Tue, 7 Oct 2008 15:31:12 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by wx-out-0506.google.com with SMTP id s17so752385wxc.7 for ; Tue, 07 Oct 2008 08:31:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=CvqsF8ROddQh9/aKqAit8kNV/kdDBGKxMRrAoRp5l70=; b=G8gmRt+92TNsJ7PoWdSeK1jO/urQUczoItoU6jh8DTHHn7KDtVdnIz//XIc4phpRJR EUvI/BOhXTIlK3NnNIjKs7O1DpqGa1UM5VSaBxAl4AUrWMn3Q54z1IzZggteHRwK6Xq2 V2BHc2Hi88z0lXTxvZYJMOUF965zOe+a1LWe8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=XSJuynK+hc6nmRBVcZSS8+UByeRwxOPvOru3vd4zppDJiHagfRyCztBn4UKj3rvkKe X1qLHlNkB2lOA8oxb8bcm6russgmiQY7XeIXU+3yT47dTCKASwcHlERlPCyggzcAzi+e PDukGGtqF5B8i3un+K9eJopvhxCRYAQ2CM/50= Received: by 10.150.203.8 with SMTP id a8mr9972753ybg.121.1223393471957; Tue, 07 Oct 2008 08:31:11 -0700 (PDT) Received: by 10.150.97.16 with HTTP; Tue, 7 Oct 2008 08:31:11 -0700 (PDT) Message-ID: Date: Tue, 7 Oct 2008 11:31:11 -0400 From: "Ryan Stone" To: "Joseph Koshy" In-Reply-To: <84dead720810062102r2baf0e32y10594d3f1d07120d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <84dead720810062102r2baf0e32y10594d3f1d07120d@mail.gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: pmcstat: should it fail when a cpu is disabled? 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: Tue, 07 Oct 2008 15:31:13 -0000 Is it intentional that pmcstat -c '*' does not use the haltedcpus mask while pmcstat will? Ryan Stone