]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
readprofile: (manpage) add --no-auto option description
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Tue, 6 Jan 2026 02:15:38 +0000 (21:15 -0500)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jan 2026 09:42:22 +0000 (10:42 +0100)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/readprofile.8.adoc

index 6521a433e4502dc5e6a12372268ef4c0389744be..86f2a7bae97847adbd5804e9bf2ea36652f2ab03 100644 (file)
@@ -36,6 +36,9 @@ Info. This makes *readprofile* only print the profiling step used by the kernel.
 *-m*, *--mapfile* _mapfile_::
 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.
 
+*-n*, *--no-auto*::
+Disable automatic byte order detection.
+
 *-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.