You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf bench evlist-open-close: Switch user option to use BPF filter
JIRA: https://issues.redhat.com/browse/RHEL-78200
upstream
========
commit 278538d
Author: Ian Rogers <irogers@google.com>
Date: Wed Jun 4 10:45:42 2025 -0700
description
===========
Finding user processes by scanning /proc is inherently racy and
results in perf_event_open failures. Use a BPF filter to drop samples
where the uid doesn't match.
Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250604174545.2853620-9-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
0 commit comments