Re: [PATCH] perf tools: Fix missing feature check for inherit + SAMPLE_READ
From: Namhyung Kim
Date: Wed Nov 12 2025 - 12:56:45 EST
On Mon, 10 Nov 2025 23:59:44 -0800, Namhyung Kim wrote:
> It should also have PERF_SAMPLE_TID to enable inherit and PERF_SAMPLE_READ
> on recent kernels. Not having _TID makes the feature check wrongly detect
> the inherit and _READ support.
>
> It was reported that the following command failed due to the error in
> the missing feature check on Intel SPR machines.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung