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
This commit is contained in:
Harshit Mogalapalli
2025-08-31 08:11:18 -07:00
committed by Jonathan Corbet
parent a4c2ff6e50
commit 3f65aa8ede

View 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::