FreeBSD Manual Pages
sysdecode_utrace(3) BSD Library Functions Manual sysdecode_utrace(3) NAME sysdecode_utrace -- produce text description of a utrace record LIBRARY library "libsysdecode" SYNOPSIS #include <sys/types.h> #include <stdbool.h> #include <stdio.h> #include <sysdecode.h> int sysdecode_utrace(FILE *fp, void *buf, size_t len, int decimal); DESCRIPTION The sysdecode_utrace() function outputs a textual representation of a utrace(2) record identified by buf and len to the output stream fp. The function only outputs a representation for certain types of records. If a record is recognized, the function outputs the description and re- turns a non-zero value. If the record is not recognized, the function does not output anything and returns zero. The sysdecode_utrace() func- tion currently recognizes utrace(2) records generated by malloc(3) and rtld(1). RETURN VALUES The sysdecode_utrace() function returns a non-zero value if it recognizes a utrace(2) record; otherwise it returns zero. SEE ALSO utrace(2), sysdecode(3) BSD November 24, 2017 BSD
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | RETURN VALUES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sysdecode_utrace&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>