trace: Rename prof to trace and improve comments
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:52 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commit9efc0b279baabc7dc203937204953d641f0aa36e
treeb77b5cf284bbe87b75c3100d9e8e2e7aa3660c6d
parent852d4dbd70baa550cc5e8ef789aa719d30e94242
trace: Rename prof to trace and improve comments

The current use of 'profile' in some places is confusing. Update the code
to use the word 'trace' consistently. Change the flags to better match
their meaning and add some more comments.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/proftool.c