Blame src/libpfm4/docs/man3/pfm_terminate.3

Packit 577717
.TH LIBPFM 3  "September, 2009" "" "Linux Programmer's Manual"
Packit 577717
.SH NAME
Packit 577717
pfm_terminate \- free resources used by library
Packit 577717
.SH SYNOPSIS
Packit 577717
.nf
Packit 577717
.B #include <perfmon/pfmlib.h>
Packit 577717
.sp
Packit 577717
.BI "int pfm_terminate(void);"
Packit 577717
.sp
Packit 577717
.SH DESCRIPTION
Packit 577717
This is the last function that a program \fBmust\fR call to free
Packit 577717
all the resources allocated by the library, e.g., memory.
Packit 577717
The function is not reentrant, caller must ensure only one
Packit 577717
thread at a time is executing it.
Packit 577717
Packit 577717
.SH RETURN
Packit 577717
There is no return value to this function
Packit 577717
.SH AUTHOR
Packit 577717
Stephane Eranian <eranian@gmail.com>
Packit 577717
.PP