From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753207AbXE3IPF (ORCPT ); Wed, 30 May 2007 04:15:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751288AbXE3IOw (ORCPT ); Wed, 30 May 2007 04:14:52 -0400 Received: from cantor.suse.de ([195.135.220.2]:50693 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbXE3IOv (ORCPT ); Wed, 30 May 2007 04:14:51 -0400 To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, eranian@hpl.hp.com Subject: Re: [PATCH 05/22] 2.6.22-rc3 perfmon2 : sampling format support References: <200705291348.l4TDmJNe019671@frankl.hpl.hp.com> From: Andi Kleen Date: 30 May 2007 11:11:32 +0200 In-Reply-To: <200705291348.l4TDmJNe019671@frankl.hpl.hp.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Stephane Eranian writes: > > Each format is identified via a 128-bit UUID which can be requested > when the context is created with pfm_create_context(). Why does it need a uuid? Isn't a name enough? There is no documentation how the locking in this file works. -Andi