Operating systems, development tools, and professional services
for connected embedded systems

tracebuf

tracebuf

Attach a callback

Synopsis:

#include <traceparser.h>

struct tracebuf {
    struct traceheader h;
    struct traceevent data[_TRACELEMENTS];
};

Library:

libtraceparser

Description:

The tracebuf structure describes one buffer in the circular linked list of tracebuffers. The structure includes the following members.

h
Header info structure; see traceheader.
data
@@@.
_TRACELEMENTS@@@variable or const?
@@@

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes

See also: