From owner-freebsd-hpc@FreeBSD.ORG Fri May 18 10:38:54 2007 Return-Path: X-Original-To: freebsd-hpc@freebsd.org Delivered-To: freebsd-hpc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3B6516A404 for ; Fri, 18 May 2007 10:38:54 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 5D11E13C480 for ; Fri, 18 May 2007 10:38:54 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so208340and for ; Fri, 18 May 2007 03:38:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=of33Fn4tEQbX5lT1DwCOcYEIn9TavYioGL6ptSuSJ2ODz7DD3bSa0W9xxYKzHk8bVAmmce8GdxD5eSXWI1p2wmS8KrW6YAQNuMRkedo+Z4nfRbSM2p16Kz0I4d8R+K1+No+AAewvloQ78LAzuOs46IL5hc7IfG2dzkjJpQX6EL0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VzgjTK6yuGPgoPlEFWgMJThYph3tV8LLJFOWaWpxokxY2bHTtYB3D2abtrL7CHTuPxnGyN74KfP3016Vy6CB44IEViybbuAVJ4xazrlItg7KanRaiiC4AvhMkORnn9MAwU08k+Oc5pitVzJM4YH3boAJxaLE3FarOhzEGLUWMjA= Received: by 10.100.171.16 with SMTP id t16mr1015080ane.1179484733345; Fri, 18 May 2007 03:38:53 -0700 (PDT) Received: by 10.100.109.2 with HTTP; Fri, 18 May 2007 03:38:53 -0700 (PDT) Message-ID: Date: Fri, 18 May 2007 12:38:53 +0200 From: "Harald Servat" To: freebsd-hackers@freebsd.org, freebsd-performance@freebsd.org, freebsd-hpc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: PAPI for FreeBSD X-BeenThere: freebsd-hpc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD in High Performance Computing environments." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 10:38:54 -0000 Hello, I'm working on the port of PAPI (Performance API) library to FreeBSD using Joseph Koshy's hwpmc / libpmc (see hwpmc(4) / pmc(3)). From the PAPI homepage: PAPI aims to provide the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and processor events. I'm searching some testers for my first version of the port because I'm only able to test it on my laptop (FreeBSD 6.2 / Pentium M) and it would be great to test it in other kind of processors (now it's only supported on Pentium 2/3/4/Celeron AMD K7/8) before releasing it (and providing my patches to PAPI developers). Anyone interested on doing this test, please, send me an email and I'll reply you with some instructions to follow. Thank you very much. -- _________________________________________________________________ Empty your memory, with a free()... like a pointer! If you cast a pointer to an integer, it becomes an integer, if you cast a pointer to a struct, it becomes a struct. The pointer can crash..., and can overflow. Be a pointer my friend...