trace-cmd: new package
authorPierre Floury <pierre.floury@gmail.com>
Fri, 2 Aug 2013 12:01:11 +0000 (14:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 5 Aug 2013 21:14:32 +0000 (23:14 +0200)
commit07203d78c24df74a77d73b17437d37dce41d232e
treece3434841241e8469589cca6b88d2004f47e67e4
parente0d640232e0ac4f091e06834b4688537bf138136
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>
package/Config.in
package/trace-cmd/Config.in [new file with mode: 0644]
package/trace-cmd/trace-cmd.mk [new file with mode: 0644]