1--- a/tools/perf/util/evsel.c 2023-10-20 15:50:53.011023294 +0200
2+++ b/tools/perf/util/evsel.c 2023-10-20 15:51:03.205997633 +0200
3@@ -3076,7 +3076,7 @@
4
5 return scnprintf(msg, size,
6 "The sys_perf_event_open() syscall returned with %d (%s) for event (%s).\n"
7- "/bin/dmesg | grep -i perf may provide additional information.\n",
8+ "\"dmesg | grep -i perf\" may provide additional information.\n",
9 err, str_error_r(err, sbuf, sizeof(sbuf)), evsel__name(evsel));
10 }
11