trace_logi()

Updated: October 28, 2024

Insert a user simple trace event

Synopsis:

#include <sys/neutrino.h>
#include <sys/trace.h>

int trace_logi( int code,
                unsigned d1,
                unsigned d2 );

Arguments:

code
The event code, which must be in the range from _NTO_TRACE_USERFIRST through _NTO_TRACE_USERLAST.
d1, d2
Data to include with the event.

Library:

libc

Use the -l c option to qcc to link against this library. This library is usually included automatically.

Description:

The trace_() function calls TraceEvent() to insert a user simple event of class _NTO_TRACE_USER, and of the type specified by code.

Returns:

0
Success.
-1
An error occurred (errno is set).

Errors:

ENOMEM
Insufficient memory to complete the operation.

Classification:

QNX Neutrino

Safety:  
Cancellation point No
Interrupt handler Refer to TraceEvent()
Signal handler Yes
Thread Yes