Query: pfm_get_version
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIBPFM(3) Linux Programmer's Manual LIBPFM(3)NAMEpfm_get_version - get library versionSYNOPSIS#include <perfmon/pfmlib.h> int pfm_get_version(void);DESCRIPTIONThis function can be called at any time to get the revision level of the library. It is not necessary to have invoked pfm_initialize() prior to calling this function. The revision number is composed of two fields: a major number and a minor number. Both can be extracted using macros provided in the header file: PFMLIB_MAJ_VERSION(v) returns the major number encoded in v. PFMLIB_MIN_VERSION(v) returns the minor number encoded in v.RETURNThe function is always successful, i.e., it always returns the 32-bit version number.ERRORSAUTHORStephane Eranian <eranian@gmail.com> September, 2009 LIBPFM(3)
Related Man Pages |
---|
libpfm_intel_core(3) - centos |
libpfm_intel_coreduo(3) - centos |
libpfm_intel_nhm(3) - centos |
libpfm_intel_p6(3) - centos |
pfm_get_pmu_info(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Best performance UNIX just for HOST Virtualization? |
Tar Command |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |