Re: [PATCH v4] perf annotate: Add itrace options support
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-06-16 18:08:20
Also in:
lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-06-16 18:08:20
Also in:
lkml
Em Tue, Jun 15, 2021 at 01:27:25PM +0300, Adrian Hunter escreveu:
On 15/06/21 12:17 pm, Yang Jihong wrote:quoted
The "auxtrace_info" and "auxtrace" functions are not set in "tool" member of "annotate". As a result, perf annotate does not support parsing itrace data.
<SNIP>
quoted
Signed-off-by: Yang Jihong <redacted> Tested-by: Leo Yan <redacted>Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Thanks, applied. - Arnaldo