]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add proftool to decode profile data
authorSimon Glass <sjg@chromium.org>
Tue, 11 Jun 2013 18:14:43 +0000 (11:14 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:16:41 +0000 (10:16 -0400)
commit6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8
treebca1566fe41a1ff3428d96eeb0b296a6fda22861
parent71c52dba2bf42937e6c6b736393eeecb11f10d8f
Add proftool to decode profile data

This tool provides the facility to decode U-Boot trace data and write out
a text file in Linux ftrace format for use with pytimechart.

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