readprofile(8)


NAME

   readprofile - read kernel profiling information

SYNOPSIS

   readprofile [options]

VERSION

   This manpage documents version 2.0 of the program.

DESCRIPTION

   The  readprofile  command  uses  the /proc/profile information to print
   ascii data on standard  output.   The  output  is  organized  in  three
   columns: the first is the number of clock ticks, the second is the name
   of the C function in the kernel where those many  ticks  occurred,  and
   the  third  is  the normalized `load' of the procedure, calculated as a
   ratio between the number of ticks and the length of the procedure.  The
   output is filled with blanks to ease readability.

OPTIONS

   -a, --all
          Print  all  symbols  in  the mapfile.  By default the procedures
          with reported ticks are not printed.

   -b, --histbin
          Print individual histogram-bin counts.

   -i, --info
          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.

   -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.  This is supported  on  i386-SMP
          (2.2  and 2.4 kernel) and also on sparc-SMP and sparc64-SMP (2.4
          kernel).  This option also  resets  the  profiling  buffer,  and
          requires superuser privileges.

   -p, --profile pro-file
          Specify  a  different  profiling  buffer,  which  by  default is
          /proc/profile.  Using a different pro-file is useful if you want
          to `freeze' the kernel profiling at some time and read it later.
          The /proc/profile file can be copied using `cat' or `cp'.  There
          is  no  more  support  for  compressed  profile buffers, like in
          readprofile-1.1, because the program needs to know the  size  of
          the buffer in advance.

   -r, --reset
          Reset  the  profiling buffer.  This can only be invoked by root,
          because /proc/profile is readable by everybody but writable only
          by  the  superuser.  However, you can make readprofile setuid 0,
          in order to reset the buffer without gaining privileges.

   -s, --counters
          Print individual counters within functions.

   -v, --verbose
          Verbose.  The output is organized in  four  columns  and  filled
          with  blanks.   The  first column is the RAM address of a kernel
          function, the second is the name of the function, the  third  is
          the number of clock ticks and the last is the normalized load.

   -V, --version
          Display version information and exit.

   -h, --help
          Display help text and exit.

EXAMPLES

   Browse the profiling buffer ordering by clock ticks:
      readprofile | sort -nr | less

   Print the 20 most loaded procedures:
      readprofile | sort -nr +2 | head -20

   Print only filesystem profile:
      readprofile | grep _ext2

   Look at all the kernel information, with ram addresses:
      readprofile -av | less

   Browse a `freezed' profile buffer for a non current kernel:
      readprofile -p ~/profile.freeze -m /zImage.map.gz

   Request profiling at 2kHz per CPU, and reset the profiling buffer:
      sudo readprofile -M 20

BUGS

   readprofile   only  works  with  an  1.3.x  or  newer  kernel,  because
   /proc/profile changed in the step from 1.2 to 1.3

   This program only works with ELF kernels.  The change for a.out kernels
   is trivial, and left as an exercise to the a.out user.

   To  enable profiling, the kernel must be rebooted, because no profiling
   module is available, and it wouldn't  be  easy  to  build.   To  enable
   profiling,  you  can  specify  "profile=2"  (or  another number) on the
   kernel commandline.  The number you specify is the two-exponent used as
   profiling step.

   Profiling  is  disabled when interrupts are inhibited.  This means that
   many profiling ticks happen when interrupts are re-enabled.  Watch  out
   for misleading information.

FILES

   /proc/profile              A binary snapshot of the profiling buffer.
   /usr/src/linux/System.map  The symbol table for the kernel.
   /usr/src/linux/*           The program being profiled :-)

AVAILABILITY

   The  readprofile  command  is  part  of  the  util-linux package and is
   available from  Linux  Kernel  Archive  ftp://ftp.kernel.org/pub/linux
   /utils/util-linux/.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.