# zx_ktrace_write ## NAME ktrace_write - TODO(ZX-3106) ## SYNOPSIS ``` #include zx_status_t zx_ktrace_write(zx_handle_t handle, uint32_t id, uint32_t arg0, uint32_t arg1); ``` ## DESCRIPTION TODO(ZX-3106) ## RIGHTS *handle* must have resource kind **ZX_RSRC_KIND_ROOT**. ## RETURN VALUE TODO(ZX-3106) ## ERRORS TODO(ZX-3106) ## SEE ALSO TODO(ZX-3106)