24#include "xtc_export.h"
33enum xtc_proc_run_state {
34 XTC_PROC_SCHEDULED = 0,
53typedef struct xtc_proc_info {
63 uint64_t mbox_recv_total;
64 uint64_t mbox_drop_total;
78typedef struct xtc_loop_info {
87typedef int (*xtc_inspect_proc_fn)(
const xtc_proc_info_t *info,
void *user);
88typedef int (*xtc_inspect_loop_fn)(
const xtc_loop_info_t *info,
void *user);
98XTC_API
int xtc_inspect_procs(xtc_inspect_proc_fn cb,
void *user);
102XTC_API
int xtc_inspect_loops(xtc_inspect_loop_fn cb,
void *user);