]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Documentation: dev-tools: Fix a typo in autofdo documentation
authorHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Sun, 31 Aug 2025 15:11:18 +0000 (08:11 -0700)
committerJonathan Corbet <corbet@lwn.net>
Wed, 3 Sep 2025 21:44:14 +0000 (15:44 -0600)
Use "cat /proc/cpuinfo" instead of "cat proc/cpuinfo".

Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250831151118.1274826-1-harshit.m.mogalapalli@oracle.com
Documentation/dev-tools/autofdo.rst

index 1f0a451e9ccd329b0930dca6be5b13bfbfb78823..bcf06e7d6ffa75ef84e91c2b7d43973960d605b0 100644 (file)
@@ -131,11 +131,11 @@ Here is an example workflow for AutoFDO kernel:
 
      For Zen3::
 
-      $ cat proc/cpuinfo | grep " brs"
+      $ cat /proc/cpuinfo | grep " brs"
 
      For Zen4::
 
-      $ cat proc/cpuinfo | grep amd_lbr_v2
+      $ cat /proc/cpuinfo | grep amd_lbr_v2
 
      The following command generated the perf data file::