OProfile - AshokBhat/notes GitHub Wiki

OProfile

  • System-wide statistical profiling tool for Linux
  • Consists of a kernel module, a user-space daemon and several user-space tools
  • Can profile an entire system or its parts, from interrupt routines or drivers, to user-space processes*
  • Low overhead
  • Does not modify the kernel, but rather uses a daemon to monitor hardware counter performance across the entire system.

See also