summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorPierre Floury <pierre.floury@gmail.com>2013-08-02 14:01:11 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-08-05 23:14:32 +0200
commit07203d78c24df74a77d73b17437d37dce41d232e (patch)
treece3434841241e8469589cca6b88d2004f47e67e4 /package/Config.in
parente0d640232e0ac4f091e06834b4688537bf138136 (diff)
downloadbuildroot-07203d78c24df74a77d73b17437d37dce41d232e.tar.gz
buildroot-07203d78c24df74a77d73b17437d37dce41d232e.zip
trace-cmd: new package
This commit adds a new package for the trace-cmd tool. This tool is a command line front end of ftrace. It collects traces on your target. You can analyse these traces on the target or on the host via the gui "kernel shark". [Thomas: use TARGET_CONFIGURE_OPTS, define _GNU_SOURCE to get O_CLOEXEC definition on uClibc, add thread and largefile dependencies.] Signed-off-by: Pierre Floury <pierre.floury@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 7069d778e7..f5b14f6084 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -48,6 +48,7 @@ source "package/strace/Config.in"
source "package/stress/Config.in"
source "package/sysprof/Config.in"
source "package/tinymembench/Config.in"
+source "package/trace-cmd/Config.in"
source "package/whetstone/Config.in"
source "package/valgrind/Config.in"
source "package/pv/Config.in"
OpenPOWER on IntegriCloud