1LIBPFM(3)                  Linux Programmer's Manual                 LIBPFM(3)
2
3
4

NAME

6       pfm_terminate - free resources used by library
7

SYNOPSIS

9       #include <perfmon/pfmlib.h>
10
11       int pfm_terminate(void);
12
13

DESCRIPTION

15       This  is  the  last  function  that a program must call to free all the
16       resources allocated by the library, e.g., memory.  The function is  not
17       reentrant,  caller  must  ensure only one thread at a time is executing
18       it.
19
20

RETURN

22       There is no return value to this function
23

AUTHOR

25       Stephane Eranian <eranian@gmail.com>
26
27                                September, 2009                      LIBPFM(3)
Impressum