Rechercher une page de manuel
utrace
Langue: en
Version: 134126 (ubuntu - 01/05/08)
Section: 2 (Appels système)
BSD mandoc
NAME
utrace - insert user record in ktrace logLIBRARY
Lb libcSYNOPSIS
In sys/types.h In sys/param.h In sys/time.h In sys/uio.h In sys/ktrace.h Ft int Fn utrace const void *addr size_t lenDESCRIPTION
Adds a record to the process trace with information supplied by user. The record contains Fa len bytes from memory pointed to by Fa addr . This call only has an effect if the calling process is being traced.RETURN VALUES
Rv -stdERRORS
- Bq Er EINVAL
- Specified data length Fa len was bigger than KTR_USER_MAXLEN
- Bq Er ENOMEM
- Insufficient memory to honor the request.
- Bq Er ENOSYS
- Currently running kernel was compiled without ktrace(2) support (options KTRACE )
SEE ALSO
kdump(1), ktrace(1), ktrace(2)HISTORY
The Fn utrace system call first appeared in Fx 2.2 .
Le chef-d'oeuvre est garant du génie, le génie n'est pas garant
du chef-d'oeuvre.
-+- André Malraux (1901-1976), Antimémoires -+-
du chef-d'oeuvre.
-+- André Malraux (1901-1976), Antimémoires -+-
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre