From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 16BE6B7B75 for ; Tue, 18 Aug 2009 14:23:58 +1000 (EST) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 56055DDD0B for ; Tue, 18 Aug 2009 14:23:57 +1000 (EST) Subject: Re: [PATCH 3/3 v3] perf_counter: powerpc: Add callchain support From: Benjamin Herrenschmidt To: Paul Mackerras In-Reply-To: <19081.57647.221116.68329@cargo.ozlabs.ibm.com> References: <19081.57584.173693.798535@cargo.ozlabs.ibm.com> <19081.57647.221116.68329@cargo.ozlabs.ibm.com> Content-Type: text/plain Date: Tue, 18 Aug 2009 14:23:49 +1000 Message-Id: <1250569429.19007.19.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2009-08-18 at 09:01 +1000, Paul Mackerras wrote: > This adds support for tracing callchains for powerpc, both 32-bit > and 64-bit, and both in the kernel and userspace, from PMU interrupt > context. > Signed-off-by: Paul Mackerras Acked-by: Benjamin Herrenschmidt