home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / powerpc / oprofile / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  460 b   |  19 lines

  1. config PROFILING
  2.     depends on !PPC_ISERIES
  3.     bool "Profiling support (EXPERIMENTAL)"
  4.     help
  5.       Say Y here to enable the extended profiling support mechanisms used
  6.       by profilers such as OProfile.
  7.  
  8.  
  9. config OPROFILE
  10.     tristate "OProfile system profiling (EXPERIMENTAL)"
  11.     depends on PROFILING
  12.     help
  13.       OProfile is a profiling system capable of profiling the
  14.       whole system, include the kernel, kernel modules, libraries,
  15.       and applications.
  16.  
  17.       If unsure, say N.
  18.  
  19.