summaryrefslogtreecommitdiffstats
path: root/package/trace-cmd/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/trace-cmd/Config.in')
-rw-r--r--package/trace-cmd/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/trace-cmd/Config.in b/package/trace-cmd/Config.in
new file mode 100644
index 0000000000..8d793046a0
--- /dev/null
+++ b/package/trace-cmd/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_TRACE_CMD
+ bool "trace-cmd"
+ depends on BR2_LARGEFILE
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ help
+ Command line reader for ftrace.
+
+ To use this profiling tool, you should enable ftrace in your kernel
+ configuration. This command collect traces on your target.
+ You can analyse these traces on the target or on the host via the gui
+ "kernel shark"
+
+ http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git
+
+comment "trace-cmd needs a toolchain with largefile and threads support"
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud