Home
last modified time | relevance | path

Searched defs:XRayLogImpl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/include/xray/
H A Dxray_log_interface.h157 struct XRayLogImpl { struct
173 XRayLogInitStatus (*log_init)(size_t, size_t, void *, size_t);
179 XRayLogInitStatus (*log_finalize)();
188 void (*handle_arg0)(int32_t, XRayEntryType);
217 void __xray_set_log_impl(XRayLogImpl Impl); argument