fcec1027e8937cab1ca4357fd45e356e78d42b14
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / trace-cmd / Config.in
1 config BR2_PACKAGE_TRACE_CMD
2         bool "trace-cmd"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on BR2_USE_MMU # fork()
5         depends on !BR2_STATIC_LIBS # dlopen()
6         help
7           Command line reader for ftrace.
8
9           To use this profiling tool, you should enable ftrace in your kernel
10           configuration. This command collect traces on your target.
11           You can analyse these traces on the target or on the host via the gui
12           "kernel shark"
13
14           http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git
15
16 comment "trace-cmd needs a toolchain w/ threads, dynamic library"
17         depends on BR2_USE_MMU
18         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS