Re: [PATCH v2 7/8] perf script ibs: Support new IBS bits in raw trace dump

From: Arnaldo Carvalho de Melo
Date: Mon May 16 2022 - 09:29:14 EST


Em Mon, May 09, 2022 at 10:19:13AM +0530, Ravi Bangoria escreveu:
>
> Signed-off-by: Ravi Bangoria <ravi.bangoria@xxxxxxx>
> ---
> arch/x86/include/asm/amd-ibs.h | 16 ++++---
> tools/arch/x86/include/asm/amd-ibs.h | 16 ++++---
> tools/perf/util/amd-sample-raw.c | 68 ++++++++++++++++++++++++----
> 3 files changed, 80 insertions(+), 20 deletions(-)

Please separate the tooling part on a separate patch.

- Arnaldo