Updated: April 19, 2023 |
Insert a trace event for the entry to a function
#include <sys/neutrino.h> #include <sys/trace.h> int trace_func_enter( void *this_fn, void *call_site );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The trace_func_enter() function calls TraceEvent() to insert an event of class _NTO_TRACE_SYSTEM and type _NTO_TRACE_SYS_FUNC_ENTER into the trace log.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | Read the Caveats for TraceEvent() |
Signal handler | Yes |
Thread | Yes |