From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754454AbeALHv1 (ORCPT + 1 other); Fri, 12 Jan 2018 02:51:27 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:4173 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753876AbeALHv0 (ORCPT ); Fri, 12 Jan 2018 02:51:26 -0500 Subject: Re: [PATCH v4] perf tools: Add ARM Statistical Profiling Extensions (SPE) support To: Adrian Hunter , Kim Phillips , Arnaldo Carvalho de Melo , "Mark Rutland" , Will Deacon CC: , Andi Kleen , , , , , , , , , Jiri Olsa , , "Wang Nan" , References: <20171121173302.bead17a1178ed4583e68014e@arm.com> <0a07a10c-fc0c-3f97-ac01-59429aab0937@intel.com> From: gengdongjiu Message-ID: <6ec89c5b-e978-bd2e-e350-df0c7c41ac33@huawei.com> Date: Fri, 12 Jan 2018 15:51:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <0a07a10c-fc0c-3f97-ac01-59429aab0937@intel.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.142.68.147] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 2018/1/11 22:17, Adrian Hunter wrote: >> (e.g., via 'perf inject --itrace'), are also not supported >> >> - technically both cs-etm and spe can be used simultaneously, however >> disabled for simplicity in this release >> >> Signed-off-by: Kim Phillips > For what is there now, it looks fine from the auxtrace point of view. There > are a couple of minor points below but nevertheless: > > Acked-by: Adrian Hunter This patch is good to me. Reviewed-by: gengdongjiu@huawei.com > >> --- >> v4: rebased onto acme's perf/core, whitespace fixes.