1 config BR2_PACKAGE_BLKTRACE
4 depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
5 depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
6 select BR2_PACKAGE_LIBAIO
8 blktrace is a block layer IO tracing mechanism which provides
9 detailed information about request queue operations
12 http://git.kernel.dk/?p=blktrace.git;a=summary
14 comment "blktrace needs a (e)glibc or musl toolchain"
15 depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)