From owner-cvs-src-old@FreeBSD.ORG Tue Oct 12 22:11:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 880B210656D8 for ; Tue, 12 Oct 2010 22:11:43 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5B3FF8FC19 for ; Tue, 12 Oct 2010 22:11:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9CMBhio040318 for ; Tue, 12 Oct 2010 22:11:43 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9CMBhAQ040317 for cvs-src-old@freebsd.org; Tue, 12 Oct 2010 22:11:43 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <201010122211.o9CMBhAQ040317@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Tue, 12 Oct 2010 22:11:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2010 22:11:43 -0000 gnn 2010-10-12 22:11:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/pmccontrol pmccontrol.c Log: SVN rev 213754 on 2010-10-12 22:11:31Z by gnn MFC 213691: Add code to print the number and type of the CPU that is present in the system as well has how many PMCs there are per CPU. In this code CPU and core are equivalent. Revision Changes Path 1.6.2.2 +4 -0 src/usr.sbin/pmccontrol/pmccontrol.c