From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753281AbcGMPQV (ORCPT ); Wed, 13 Jul 2016 11:16:21 -0400 Received: from mail.kernel.org ([198.145.29.136]:46932 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751930AbcGMPQL (ORCPT ); Wed, 13 Jul 2016 11:16:11 -0400 Date: Wed, 13 Jul 2016 12:15:45 -0300 From: Arnaldo Carvalho de Melo To: Mathieu Poirier Cc: Adrian Hunter , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH RESEND 2/2] perf tools: adding coresight etm PMU record capabilities Message-ID: <20160713151545.GB27879@kernel.org> References: <1466182922-14426-1-git-send-email-mathieu.poirier@linaro.org> <1466182922-14426-3-git-send-email-mathieu.poirier@linaro.org> <578628CB.8020707@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jul 13, 2016 at 09:11:46AM -0600, Mathieu Poirier escreveu: > [1]. https://github.com/Linaro/OpenCSD/commits/perf-opencsd-4.7-rc4 > [2]. https://github.com/Linaro/OpenCSD/tree/opencsd-0v003 https://github.com/Linaro/OpenCSD/tree/opencsd-0v003 points to: How the Library is used in Linux perf The library and additional infrastructure for programming CoreSight components has been integrated with the standard linux perfomance analysis tool perf. See HOWTO.md for details. ------------------------ But the HOWTO.md link gives me a 404 :-\ https://github.com/Linaro/OpenCSD/blob/opencsd-0v003/@ref%20howto_perf - Arnaldo