Re: [PATCH v2 2/4] perf tools: Fix SMT not detected
From: John Garry <hidden>
Date: 2021-11-24 16:37:57
Also in:
lkml
From: John Garry <hidden>
Date: 2021-11-24 16:37:57
Also in:
lkml
On 24/11/2021 00:12, Ian Rogers wrote:
sysfs__read_int returns 0 on success, and so the fast read path was always failing. Fixes: bb629484d924 (perf tools: Simplify checking if SMT is active.) Signed-off-by: Ian Rogers<irogers@google.com> ---
Reviewed-by: John Garry <redacted>