commit | 10af36cc174288e008590759ca26327b83f0f429 | [log] [tgz] |
---|---|---|
author | Puhan Zhou <puh4n.zhou@gmail.com> | Sun Aug 13 13:16:19 2023 +0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Aug 19 04:12:52 2023 +0200 |
tree | 9767f7da0af165472490e2639479e3db194447a5 | |
parent | 1f4c5b4c6000fe9304249a0d9f6cf511186e4d2a [diff] |
docs: fix wrong usage of proftool The usage of proftool in docs is incorrect. If proftool is used without '-o' argument, it will show the usage like following $ ./sandbox/tools/proftool -m sandbox/System.map -t trace -f funcgraph dump-ftrace >trace.dat Must provide trace data, System.map file and output file Usage: proftool [-cmtv] <cmd> <profdata> Change '>' to '-o' to fix it. Signed-off-by: Puhan Zhou <puh4n.zhou@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>