summaryrefslogtreecommitdiffstats
path: root/package/oprofile/Config.in
blob: 0fbc87c4f2992e0f5edff5ae3c7c7792bf548e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
config BR2_PACKAGE_OPROFILE
	bool "oprofile"
	select BR2_PACKAGE_POPT
	select BR2_PACKAGE_BINUTILS
	select BR2_PACKAGE_LIBPFM4 if BR2_powerpc
	depends on BR2_INSTALL_LIBSTDCPP
	depends on !BR2_aarch64 # binutils
	help
	  OProfile is a system-wide profiler for Linux systems,
	  capable of profiling all running code at low overhead.
	  OProfile is released under the GNU GPL.

	  It consists of a kernel driver and a daemon for collecting
	  sample data, and several post-profiling tools for turning
	  data into information.

	  OProfile leverages the hardware performance counters of the
	  CPU to enable profiling of a wide variety of interesting
	  statistics, which can also be used for basic time-spent
	  profiling. All code is profiled: hardware and software
	  interrupt handlers, kernel modules, the kernel, shared
	  libraries, and applications.

comment "oprofile requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP