|
|||||||||||||||||
:: | |||||||||||||||||
|
NAMEpfm_initialize - initialize librarySYNOPSIS#include <perfmon/pfmlib.h> int pfm_initialize(void); DESCRIPTIONThis is the first function that a program must call otherwise the library will not function at all. This function probes the underlying hardware looking for valid PMUs event tables to activate. Multiple distinct PMU tables may be activated at the same time.The function must be called only once. RETURNThe function returns whether or not it was successful, i.e., at least one PMU was activated. A return value of PFM_SUCCESS indicates success, otherwise the value is an error code.ERRORS
AUTHORStephane Eranian <eranian@gmail.com>
IndexThis document was created by man2html, using the manual pages. Time: 21:58:05 GMT, September 29, 2009
|