2014-12-09 15:28:29 +01:00
|
|
|
config BR2_PACKAGE_BLKTRACE
|
|
|
|
bool "blktrace"
|
|
|
|
# Uses posix_spawn()
|
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
|
2015-06-25 16:04:55 +02:00
|
|
|
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
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-06-08 23:40:54 +02:00
|
|
|
comment "blktrace needs a glibc or musl toolchain"
|
2014-12-09 15:28:29 +01:00
|
|
|
depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
|