blob: c6ae388f94406d8ba792b1bbd30680f966b72e12 [file] [log] [blame] [view]
# zx_ktrace_write
## NAME
<!-- Updated by update-docs-from-abigen, do not edit. -->
ktrace_write - TODO(ZX-3106)
## SYNOPSIS
<!-- Updated by update-docs-from-abigen, do not edit. -->
```
#include <zircon/syscalls.h>
zx_status_t zx_ktrace_write(zx_handle_t handle,
uint32_t id,
uint32_t arg0,
uint32_t arg1);
```
## DESCRIPTION
TODO(ZX-3106)
## RIGHTS
<!-- Updated by update-docs-from-abigen, do not edit. -->
*handle* must have resource kind **ZX_RSRC_KIND_ROOT**.
## RETURN VALUE
TODO(ZX-3106)
## ERRORS
TODO(ZX-3106)
## SEE ALSO
TODO(ZX-3106)