Re: [PATCH v4] perf tools: Add ARM Statistical Profiling Extensions (SPE) support

From: gengdongjiu
Date: Fri Jan 12 2018 - 02:51:31 EST


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 <kim.phillips@xxxxxxx>
> 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 <adrian.hunter@xxxxxxxxx>

This patch is good to me.
Reviewed-by: gengdongjiu@xxxxxxxxxx

>
>> ---
>> v4: rebased onto acme's perf/core, whitespace fixes.