You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "Gary-Hobson (via GitHub)" <gi...@apache.org> on 2023/04/10 04:35:12 UTC

[GitHub] [nuttx] Gary-Hobson opened a new pull request, #8988: sched_note: add function auto-tracing

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] acassis merged pull request #8988: sched_note: add function auto-tracing

Posted by "acassis (via GitHub)" <gi...@apache.org>.
acassis merged PR #8988:
URL: https://github.com/apache/nuttx/pull/8988


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org