[PATCH i-g-t] xe-perf-record: use correct sysctl suggestion.
Bram Stolk
b.stolk at gmail.com
Tue Jun 3 02:55:46 UTC 2025
>From e03269c796207749afe2f7d49ac64b672e7185af Mon Sep 17 00:00:00 2001
From: Bram Stolk <b.stolk at gmail.com>
Date: Sat, 31 May 2025 11:40:18 -0700
Subject: [PATCH i-g-t] xe-perf-record: use correct sysctl suggestion.
On xe, perf_stream_paranoid is not used.
Instead, observation_paranoid should be used.
Signed-off-by: Bram Stolk <b.stolk at gmail.com>
---
tools/xe-perf/xe_perf_recorder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/xe-perf/xe_perf_recorder.c
b/tools/xe-perf/xe_perf_recorder.c
index 9cf51f3e1..5bd91aeb1 100644
--- a/tools/xe-perf/xe_perf_recorder.c
+++ b/tools/xe-perf/xe_perf_recorder.c
@@ -1137,7 +1137,7 @@ main(int argc, char *argv[])
if (ctx.metric_set->perf_oa_metrics_set == 0) {
fprintf(stderr,
"Unable to load performance configuration, consider running:\n"
- " sysctl dev.xe.perf_stream_paranoid=0\n");
+ " sysctl dev.xe.observation_paranoid=0\n");
goto fail;
}
--
2.48.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20250602/a8e98c1a/attachment.htm>
More information about the igt-dev
mailing list