GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UTRACE(2) FreeBSD System Calls Manual UTRACE(2)

utrace
insert user record in ktrace log

Standard C Library (libc, -lc)

#include <sys/param.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <sys/ktrace.h>

int
utrace(const void *addr, size_t len);

Adds a record to the process trace with information supplied by user. The record contains len bytes from memory pointed to by addr. This call only has an effect if the calling process is being traced.

Upon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

[]
Specified data length len was bigger than KTR_USER_MAXLEN.
[]
Insufficient memory to honor the request.
[]
Currently running kernel was compiled without ktrace(2) support (options KTRACE).

kdump(1), ktrace(1), truss(1), ktrace(2), sysdecode_utrace(3)

The utrace() system call first appeared in FreeBSD 2.2.
December 11, 2015 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 2 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.