]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
readprofile: (manpage) fix incorrect file name in --mapfile description
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 16:13:30 +0000 (11:13 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 29 Dec 2025 16:47:57 +0000 (11:47 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/readprofile.8.adoc

index 62613c35198f725253d441a53a393d6ac4c40532..6521a433e4502dc5e6a12372268ef4c0389744be 100644 (file)
@@ -34,7 +34,7 @@ Print individual histogram-bin counts.
 Info. This makes *readprofile* only print the profiling step used by the kernel. The profiling step is the resolution of the profiling buffer, and is chosen during kernel configuration (through *make config*), or in the kernel's command line. If the *-t* (terse) switch is used together with *-i* only the decimal number is printed.
 
 *-m*, *--mapfile* _mapfile_::
-Specify a mapfile, which by default is _/usr/src/linux/System.map_. You should specify the map file on cmdline if your current kernel isn't the last one you compiled, or if you keep System.map elsewhere. If the name of the map file ends with _.gz_ it is decompressed on the fly.
+Specify a mapfile, which by default is _/boot/System.map_. You should specify the map file on cmdline if your current kernel isn't the last one you compiled, or if you keep System.map elsewhere. If the name of the map file ends with _.gz_ it is decompressed on the fly.
 
 *-M*, *--multiplier* _multiplier_::
 On some architectures it is possible to alter the frequency at which the kernel delivers profiling interrupts to each CPU. This option allows you to set the frequency, as a multiplier of the system clock frequency, HZ. Linux 2.6.16 dropped multiplier support for most systems. This option also resets the profiling buffer, and requires superuser privileges.