Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
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:
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
See also:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)