Config.in 850 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_OPROFILE
  2. bool "oprofile"
  3. select BR2_PACKAGE_POPT
  4. depends on BR2_INSTALL_LIBSTDCPP
  5. help
  6. OProfile is a system-wide profiler for Linux systems,
  7. capable of profiling all running code at low overhead.
  8. OProfile is released under the GNU GPL.
  9. It consists of a kernel driver and a daemon for collecting
  10. sample data, and several post-profiling tools for turning
  11. data into information.
  12. OProfile leverages the hardware performance counters of the
  13. CPU to enable profiling of a wide variety of interesting
  14. statistics, which can also be used for basic time-spent
  15. profiling. All code is profiled: hardware and software
  16. interrupt handlers, kernel modules, the kernel, shared
  17. libraries, and applications.
  18. comment "oprofile requires a toolchain with C++ support enabled"
  19. depends on !BR2_INSTALL_LIBSTDCPP