From: Christian Goeschel Ndjomouo Date: Tue, 6 Jan 2026 02:15:38 +0000 (-0500) Subject: readprofile: (manpage) add --no-auto option description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd6397c1b38944d05561549e81460098eb714a2;p=thirdparty%2Futil-linux.git readprofile: (manpage) add --no-auto option description Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/sys-utils/readprofile.8.adoc b/sys-utils/readprofile.8.adoc index 6521a433e..86f2a7bae 100644 --- a/sys-utils/readprofile.8.adoc +++ b/sys-utils/readprofile.8.adoc @@ -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.