]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add a trace command
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:40 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:16:41 +0000 (10:16 -0400)
commitcabcbb56c86f77d8b5cc57ae86d5fa6dc718f4f7
treef2b7468830f1f810abcd57b6fb6d9f854204a100
parentb2e16a85a1fa3f871ca73a554a7fd63067d9ad14
Add a trace command

Add a trace command with sub-commands to start/stop tracing, print out
statistics and dump trace information to memory for later upload to a host.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Makefile
common/cmd_trace.c [new file with mode: 0644]