Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756654AbYLOU6X (ORCPT ); Mon, 15 Dec 2008 15:58:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755375AbYLOU6O (ORCPT ); Mon, 15 Dec 2008 15:58:14 -0500 Received: from mail-bw0-f21.google.com ([209.85.218.21]:56509 "EHLO mail-bw0-f21.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbYLOU6N (ORCPT ); Mon, 15 Dec 2008 15:58:13 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=ZEYkPps5Va+o38+kxWMTftCxDtt4M7p29eco5sgBQms17pPbmbWcUIdXXS5uPVzz3z Ur/mshOngE2ws3rtZD9Z4jc6si4+dmwB2z4itNtZLBQXZBCMWLrm5RtDnEq8LyuWihqU U/8G5pgfKaU4ta3YXC/JxKPNkx5HbeBmCeig8= Message-ID: <7c86c4470812151258m11b7185sbd629a82c91778bb@mail.gmail.com> Date: Mon, 15 Dec 2008 21:58:10 +0100 From: "stephane eranian" Reply-To: eranian@gmail.com To: "Ingo Molnar" Subject: Re: [patch] Performance Counters for Linux, v3 Cc: "Peter Zijlstra" , "Vince Weaver" , linux-kernel@vger.kernel.org, "Thomas Gleixner" , "Andrew Morton" , "Eric Dumazet" , "Robert Richter" , "Arjan van de Veen" , "Peter Anvin" , "Paul Mackerras" , "David S. Miller" In-Reply-To: <20081214231332.GA26942@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081211155230.GA4230@elte.hu> <1229070345.12883.12.camel@twins> <7c86c4470812120059s7f8e64a6h91ebeadbf938858d@mail.gmail.com> <1229073834.12883.41.camel@twins> <7c86c4470812120942x607a74f7w9f823adecbd73b85@mail.gmail.com> <7c86c4470812121001i765d663bq6db3080b633a1eef@mail.gmail.com> <20081214231332.GA26942@elte.hu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 840 Lines: 17 Hi, On Mon, Dec 15, 2008 at 12:13 AM, Ingo Molnar wrote: > We've implemented the essence of these variants, with sharing the resource > being the sane default, and with the sysadmin also having a configuration > vector to reserve the resource to himself permanently. (There could be > more variations of this.) > Reading the v4 code, it does not appear the sysadmin can specify which resource to reserve. The current code reserves a number of counters. This is problematic with hardware where not all counters can measure everything, or when not all PMU registers are counters. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/