From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751245AbbJBExQ (ORCPT ); Fri, 2 Oct 2015 00:53:16 -0400 Received: from mga01.intel.com ([192.55.52.88]:43440 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbbJBExO (ORCPT ); Fri, 2 Oct 2015 00:53:14 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,621,1437462000"; d="scan'208";a="817709289" From: Alexander Shishkin To: Mathieu Poirier Cc: Greg KH , a.p.zijlstra@chello.nl, Arnaldo Carvalho de Melo , Ingo Molnar , Jon Corbet , Adrian Hunter , Chunyan Zhang , Mike Leach , Tor Jeremiassen , Al Grant , =?utf-8?Q?Pawe?= =?utf-8?Q?=C5=82?= Moll , "linux-arm-kernel\@lists.infradead.org" , linux-doc@vger.kernel.org, "linux-kernel\@vger.kernel.org" Subject: Re: [RFC PATCH 00/20] Coresight integration with perf In-Reply-To: References: <1442593594-10665-1-git-send-email-mathieu.poirier@linaro.org> <87zj04jnlw.fsf@ashishki-desk.ger.corp.intel.com> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Fri, 02 Oct 2015 07:53:09 +0300 Message-ID: <87pp0x3m8a.fsf@ashishki-desk.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mathieu Poirier writes: > On 30 September 2015 at 02:52, Alexander Shishkin > wrote: >> Mathieu Poirier writes: >> >>> This patchset aims to integrate configuration and control of >>> the Coresight tracers with the perf sub-system. >>> >>> The goal is to use PMUs to represent tracers and the auxiliary >>> buffer enhancement to collect processor traces. As such a lot >>> of work is done to move the current Coresight sysFS oriented >>> configuration and control commands to perf's AUX API. >>> >>> For the time being the work concentrates on ETMv3 and ETB1.0 >>> sink buffers. Work on ETMv4 and other type of sink buffers >>> will follow once a foundation has been established. >>> >>> Enhancement to the perf command line tool can be found here [1]. >>> It is based on v4.2 but a rebase to v4.3-rcX will be available >>> shortly. >>> >>> Best regards, >>> Mathieu >>> >>> [1]. https://git.linaro.org/people/mathieu.poirier/coresight.git/shortlog/refs/heads/perf-v4.2 >> >> I had a peek there -- didn't see an actual decoder for the ETM/PTM >> binary stream or did I miss it somehow? > > A stream decoder is not included in this patch set but a couple of > people are currently working on it. Ok, thanks. Can you provide instructions in the next version on how one can use this code to get a trace and decode it? Regards, -- Alex