kumquat-buildroot/package/blktrace/Config.in
Thomas Petazzoni 8972c398ff blktrace: re-enable on uClibc
With a small patch, blktrace can work on uClibc: we simply need to link
with librt to use the posix_spawn*() functions.

[Thomas: add reference to upstream commit.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-26 15:59:54 +02:00

11 lines
315 B
Plaintext

config BR2_PACKAGE_BLKTRACE
bool "blktrace"
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
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