]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc18ecebfa8d9b1aacb24d8b3f701e1699a893abc
treeb77b5cf284bbe87b75c3100d9e8e2e7aa3660c6d
parent0b9c73f70b6597fba2309804529568329a02761f
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