The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

utrace (2)
  • >> utrace (2) ( FreeBSD man: Системные вызовы )

  • BSD mandoc
     

    NAME

    
    
    utrace
    
     - insert user record in ktrace log
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <sys/types.h>
       #include <sys/param.h>
       #include <sys/time.h>
       #include <sys/uio.h>
       #include <sys/ktrace.h>
    int utrace (const void *addr size_t len);
     

    DESCRIPTION

    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 -std  

    ERRORS

    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 utrace ();
    system call first appeared in Fx 2.2 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO
    HISTORY


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру