Re: [PATCH v4 00/12] perf script: Refactor branch flags for Arm SPE
From: Namhyung Kim
Date: Wed Mar 05 2025 - 12:15:30 EST
On Tue, 04 Mar 2025 11:12:28 +0000, Leo Yan wrote:
> This patch series refactors branch flags for support Arm SPE. The patch
> set is divided into two parts, the first part is for refactoring common
> code and the second part is for enabling Arm SPE.
>
> For refactoring branch flags, the sample flaghs are classified as branch
> types and events. A program branch type can be conditional branch,
> function call, return or expection taken. A branch event happens when
> taking a branch. This series combines branch types and the associated
> events to present a sample flag.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung