Gary-Hobson opened a new pull request, #8515: URL: https://github.com/apache/nuttx/pull/8515
## Summary This script is used to extract the trace information in the log. The following command extracts the trace data from the log output by the console When CONFIG_allsyms is not enabled, the command line specifies the elf path, which can convert the address in the trace into a symbol name ## Impact ## Testing parsetrace.py -t trace.log -e nuttx/nuttx -o trace.systrace.log [nuttx.elf.txt](https://github.com/apache/nuttx/files/10718263/nuttx.elf.txt) (Please ignore the txt suffix, because github does not allow other format files to be uploaded) [trace.log](https://github.com/apache/nuttx/files/10718187/trace.log) --> [trace.systrace.log](https://github.com/apache/nuttx/files/10718247/trace.systrace.log) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org