Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

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: