commit | aab60a51284bce8f21e472d3e8943f76586edf42 | [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 | 4ad85a9fea1ad5c401272102e68398f3bbdd20dd [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>