2014-12-09 15:28:29 +01:00
|
|
|
config BR2_PACKAGE_BLKTRACE
|
|
|
|
bool "blktrace"
|
2015-06-25 16:04:55 +02:00
|
|
|
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
2016-09-16 20:58:46 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # clock_nanosleep()
|
2016-09-16 20:58:47 +02:00
|
|
|
depends on BR2_USE_MMU # system()
|
2014-12-09 15:28:29 +01:00
|
|
|
select BR2_PACKAGE_LIBAIO
|
|
|
|
help
|
|
|
|
blktrace is a block layer IO tracing mechanism which provides
|
|
|
|
detailed information about request queue operations
|
|
|
|
up to user space.
|
|
|
|
|
|
|
|
http://git.kernel.dk/?p=blktrace.git;a=summary
|
2016-09-16 20:58:46 +02:00
|
|
|
|
|
|
|
comment "blktrace needs a toolchain w/ NPTL"
|
2016-09-16 20:58:47 +02:00
|
|
|
depends on BR2_USE_MMU
|
2016-09-16 20:58:46 +02:00
|
|
|
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|