33#include "xtc_export.h"
48typedef struct xtc_trace_rec {
68XTC_API
int xtc_trace_enable(
int on);
71XTC_API
int xtc_trace_reset(
void);
75XTC_API
int xtc_trace_dump(xtc_trace_fn cb,
void *user);
78XTC_API uint64_t xtc_hlc_now(
void);
105enum xtc_causal_kind {
106 XTC_CAUSAL_PARK_MAILBOX = 0,
107 XTC_CAUSAL_PARK_TIMER = 1,
108 XTC_CAUSAL_PARK_FD = 2,
109 XTC_CAUSAL_RESUME = 3
115typedef struct xtc_causal_rec {
131XTC_API
int xtc_trace_causal_enable(
int on);
137XTC_API
int xtc_trace_causal_dump(
xtc_pid_t pid, xtc_causal_fn cb,
void *user);