<div dir="ltr"><div>From e03269c796207749afe2f7d49ac64b672e7185af Mon Sep 17 00:00:00 2001<br>From: Bram Stolk <<a href="mailto:b.stolk@gmail.com">b.stolk@gmail.com</a>><br>Date: Sat, 31 May 2025 11:40:18 -0700<br>Subject: [PATCH i-g-t] xe-perf-record: use correct sysctl suggestion.<br><br>On xe, perf_stream_paranoid is not used.<br>Instead, observation_paranoid should be used.<br><br>Signed-off-by: Bram Stolk <<a href="mailto:b.stolk@gmail.com">b.stolk@gmail.com</a>><br>---<br> tools/xe-perf/xe_perf_recorder.c | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/tools/xe-perf/xe_perf_recorder.c b/tools/xe-perf/xe_perf_recorder.c<br>index 9cf51f3e1..5bd91aeb1 100644<br>--- a/tools/xe-perf/xe_perf_recorder.c<br>+++ b/tools/xe-perf/xe_perf_recorder.c<br>@@ -1137,7 +1137,7 @@ main(int argc, char *argv[])<br>   if (ctx.metric_set->perf_oa_metrics_set == 0) {<br>           fprintf(stderr,<br>                      "Unable to load performance configuration, consider running:\n"<br>-                    "   sysctl dev.xe.perf_stream_paranoid=0\n");<br>+                     "   sysctl dev.xe.observation_paranoid=0\n");<br>             goto fail;<br>   }<br> <br>-- <br>2.48.1</div><div><br></div></div>