Re: [PATCH v1 2/2] perf test: Add set of perf record LBR tests

From: Ian Rogers
Date: Thu Aug 08 2024 - 12:01:09 EST


On Thu, Aug 8, 2024 at 7:34 AM Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
[snip]
> -if [ ! -f /sys/devices/cpu/caps/branches ]
> +if [ ! -f /sys/devices/cpu/caps/branches -a ! -f /sys/devices/cpu_core/caps/branches ]

Adding this lgtm, thanks for testing.

Ian