diff options
author | Simon Glass <sjg@chromium.org> | 2013-06-11 11:14:43 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-06-26 10:16:41 -0400 |
commit | 6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8 (patch) | |
tree | bca1566fe41a1ff3428d96eeb0b296a6fda22861 /tools/.gitignore | |
parent | 71c52dba2bf42937e6c6b736393eeecb11f10d8f (diff) | |
download | u-boot-imx-6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8.zip u-boot-imx-6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8.tar.gz u-boot-imx-6c887b2acb1e97509cb4e4ee6aa13a5fb91ac3e8.tar.bz2 |
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>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index 9bce719..a7fee26 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -9,6 +9,7 @@ /mxsboot /ncb /ncp +/proftool /ubsha1 /xway-swap-bytes /*.exe |