Gary-Hobson opened a new pull request, #8988:
URL: https://github.com/apache/nuttx/pull/8988

   ## Summary
   You can automatically trace the function instrumentation without adding 
tracepoint manually.
   This is similar to the Function Trace effect of the linux kernel
   
   ## Impact
   
   ## Testing
   Add CFLAGS += -finstrument-functions to the makefile to track the required 
modules.
   The following compilation option can exclude files that do not want to be 
tracked in this module
   CFLAGS += -finstrument-functions-exclude-file-list=xxx
   The following compilation option can exclude functions that do not want to 
be tracked in this module
   CFLAGS += -finstrument-functions-exclude-function-list=xxx
   


-- 
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

Reply via email to