The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ktap / Config.in
1 config BR2_PACKAGE_KTAP
2         bool "ktap"
3         depends on BR2_LINUX_KERNEL
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           ktap is a script-based dynamic tracing tool for Linux
7
8           It uses a scripting language and lets users trace the Linux kernel
9           dynamically. ktap is designed to give operational insights with
10           interoperability that allows users to tune, troubleshoot and extend
11           kernel and application. It's similar to Linux Systemtap and
12           Solaris Dtrace.
13
14           ktap doesn't support kernels older than 3.1.
15
16           To be able to resolve symbols in DSO and for sdt, you need to enable
17           elfutils.
18
19           Your kernel must have CONFIG_EVENT_TRACING,
20           CONFIG_PERF_EVENTS, and CONFIG_DEBUG_FS enabled to compile.
21
22           Buildroot automatically enables these in the kernel configuration.
23
24           http://www.ktap.org
25
26 comment "ktap needs a Linux kernel to be built"
27         depends on !BR2_LINUX_KERNEL
28
29 comment "ktap needs a toolchain w/ threads"
30         depends on !BR2_TOOLCHAIN_HAS_THREADS