8972c398ff
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>
11 lines
315 B
Plaintext
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
|