Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933363AbbLSRmh (ORCPT ); Sat, 19 Dec 2015 12:42:37 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:33592 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754037AbbLSRmf (ORCPT ); Sat, 19 Dec 2015 12:42:35 -0500 Date: Sat, 19 Dec 2015 18:42:31 +0100 From: Rabin Vincent To: Mathieu Poirier Cc: gregkh@linuxfoundation.org, alexander.shishkin@linux.intel.com, zhang.chunyan@linaro.org, mike.leach@arm.com, tor@ti.com, al.grant@arm.com, fainelli@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V7 00/24] Coresight integration with perf Message-ID: <20151219174231.GD2437@debian> References: <1450472361-426-1-git-send-email-mathieu.poirier@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450472361-426-1-git-send-email-mathieu.poirier@linaro.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 26 On Fri, Dec 18, 2015 at 01:58:56PM -0700, Mathieu Poirier wrote: > 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. These patches allow the trace to be recorded with perf, but what do you use to actually get something useful out of the resulting perf.data? AFAICS it can't be processed by perf script or the other perf tools. # echo 1 > /sys/bus/coresight/devices/54162000.etb/enable_sink # perf record -e cs_etm// true [ perf record: Woken up 1 times to write data ] [ perf record: Captured and wrote 0.032 MB perf.data ] # perf script 0x188 [0x80]: failed to process type: 70 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/