2013-03-12 09:10:54 +01:00
|
|
|
config BR2_PACKAGE_LIBPFM4
|
|
|
|
bool "libpfm4"
|
2014-09-18 13:49:20 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
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
|
|
|
|
2014-09-18 13:49:20 +02:00
|
|
|
comment "libpfm4 needs a toolchain w/ NPTL"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|