pfm_initialize(3) — Linux manual page

NAME | SYNOPSIS | DESCRIPTION | RETURN | ERRORS | AUTHOR | COLOPHON

LIBPFM(3)               Linux Programmer's Manual              LIBPFM(3)

NAME         top

       pfm_initialize - initialize library

SYNOPSIS         top

       #include <perfmon/pfmlib.h>

       int pfm_initialize(void);

DESCRIPTION         top

       This is the first function that a program must call otherwise the
       library will not operate.  This function probes the underlying
       hardware looking for valid PMU event tables to activate.
       Multiple distinct PMU tables may be activated at the same time.

       The function must be called only once. If the function is called
       more than once, it does not execute the initialization multiple
       times, it simply returns the same value as for the first call.

RETURN         top

       The function returns whether or not it was successful, i.e., at
       least one PMU was activated. A return value of PFMLIB_SUCCESS
       indicates success, otherwise the value is an error code.

ERRORS         top

       PFMLIB_ERR_NOTSUPP
              No PMU was activated.

AUTHOR         top

       Stephane Eranian <[email protected]>

COLOPHON         top

       This page is part of the perfmon2 (a performance monitoring
       library) project.  Information about the project can be found at
       ⟨http:https://perfmon2.sourceforge.net/⟩.  If you have a bug report for
       this manual page, send it to
       [email protected].  This page was obtained
       from the project's upstream Git repository
       ⟨git:https://git.code.sf.net/p/perfmon2/libpfm4 perfmon2-libpfm4⟩ on
       2023-12-22.  (At that time, the date of the most recent commit
       that was found in the repository was 2023-09-28.)  If you
       discover any rendering problems in this HTML version of the page,
       or you believe there is a better or more up-to-date source for
       the page, or you have corrections or improvements to the
       information in this COLOPHON (which is not part of the original
       manual page), send a mail to [email protected]

                             September, 2009                   LIBPFM(3)

Pages that refer to this page: libpfm(3)