From: Harshit Mogalapalli Date: Sun, 31 Aug 2025 15:11:18 +0000 (-0700) Subject: Documentation: dev-tools: Fix a typo in autofdo documentation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f65aa8ede2377c47c11f1c38b44226b8ca60477;p=thirdparty%2Fkernel%2Fstable.git Documentation: dev-tools: Fix a typo in autofdo documentation Use "cat /proc/cpuinfo" instead of "cat proc/cpuinfo". Signed-off-by: Harshit Mogalapalli Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20250831151118.1274826-1-harshit.m.mogalapalli@oracle.com --- diff --git a/Documentation/dev-tools/autofdo.rst b/Documentation/dev-tools/autofdo.rst index 1f0a451e9ccd3..bcf06e7d6ffa7 100644 --- a/Documentation/dev-tools/autofdo.rst +++ b/Documentation/dev-tools/autofdo.rst @@ -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::