2013-03-12 09:10:54 +01:00
|
|
|
config BR2_PACKAGE_LIBPFM4
|
|
|
|
bool "libpfm4"
|
2013-11-29 10:23:49 +01:00
|
|
|
depends on !BR2_avr32 # no perf_event_open
|
2014-01-05 10:06:00 +01:00
|
|
|
depends on !BR2_xtensa && !BR2_bfin # no nptl or linuxthreads (new)
|
2013-12-03 20:27:18 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-03-12 09:10:54 +01:00
|
|
|
help
|
|
|
|
A helper library to help encode Performance Events to use with
|
|
|
|
Operating system kernels performance monitoring interfaces.
|
|
|
|
|
|
|
|
http://perfmon2.sourceforge.net/
|
2013-12-03 20:27:18 +01:00
|
|
|
|
|
|
|
comment "libpfm4 needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
2014-01-05 10:06:00 +01:00
|
|
|
depends on !BR2_avr32 && !BR2_xtensa && !BR2_bfin
|