2
1

Config.in 879 B

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