Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: dev-tools: Fix a typo in autofdo documentation

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

authored by

Harshit Mogalapalli and committed by
Jonathan Corbet
3f65aa8e a4c2ff6e

+2 -2
+2 -2
Documentation/dev-tools/autofdo.rst
··· 131 131 132 132 For Zen3:: 133 133 134 - $ cat proc/cpuinfo | grep " brs" 134 + $ cat /proc/cpuinfo | grep " brs" 135 135 136 136 For Zen4:: 137 137 138 - $ cat proc/cpuinfo | grep amd_lbr_v2 138 + $ cat /proc/cpuinfo | grep amd_lbr_v2 139 139 140 140 The following command generated the perf data file:: 141 141