From owner-freebsd-hackers@FreeBSD.ORG Fri May 18 08:02:41 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD14E16A400 for ; Fri, 18 May 2007 08:02:41 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 6F05913C46C for ; Fri, 18 May 2007 08:02:41 +0000 (UTC) (envelope-from redcrash@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so200025and for ; Fri, 18 May 2007 01:02:40 -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=jiUTI52VJOcrq2wo0j9L4Nxse8ckMkbAOSUMgL1MjlDT2Qkt3lKW1spEqzpe3RWrOLSmt3TEwbdM1SdRu/+R2pK0OpZwfrkHRinvo/JiPJpFzxeDkSELhQqiar5Z19XKi4MpREueqPRFVFpztkR9ZvHnSx1G/lWFgyMZCQYecaw= 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=HFGP+3rbpMLVUJdRP3uH9Q5aJTlW1Eqe0OyUhj9y+KzVLRhXkzBV8ZZKvMHURM3qIvOiZfEx8yLdQlxM5IVmiFSz2Bxl5pGazDFsdjp7C03sUEz/M+RM1dUSYfqWgaguhQi/RP2uH3HzxL0XnPcSEWS6nAHgjTCPVqhvJTiIRL4= Received: by 10.100.47.9 with SMTP id u9mr901425anu.1179473898539; Fri, 18 May 2007 00:38:18 -0700 (PDT) Received: by 10.100.109.2 with HTTP; Fri, 18 May 2007 00:38:18 -0700 (PDT) Message-ID: Date: Fri, 18 May 2007 09:38:18 +0200 From: "Harald Servat" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 18 May 2007 11:58:50 +0000 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 Subject: PAPI for FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 08:02:41 -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...