Query: papilibrarysupportedcall
OS: opensolaris
Section: 3papi
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
papiLibrarySupportedCall(3PAPI) PAPI Library Functions papiLibrarySupportedCall(3PAPI)NAMEpapiLibrarySupportedCall, papiLibrarySupportedCalls - determine if a PAPI function returns valid dataSYNOPSIScc [ flag... ] file... -lpapi [ library... ] #include <papi.h> char papiLibrarySupportedCall(const char *name); char **papiLibrarySupportedCalls(void);PARAMETERSname the name of a PAPI functionDESCRIPTIONThe papiLibrarySupportedCall() function queries to determine if a particular PAPI function returns valid data other than PAPI_OPERA- TION_NOT_SUPPORTED. The papiLibrarySupportedCalls() function enumerates all PAPI functions that return valid data other than PAPI_OPERATION_NOT_SUPPORTED.RETURN VALUESThe papiLibrarySupportedCall() function returns PAPI_TRUE if the specified PAPI function returns valid data other than PAPI_OPERA- TION_NOT_SUPPORTED. Otherwise, PAPI_FALSE is returned. The papiLibrarySupportedCalls() function returns a null-terminated array of strings listing all of the PAPI functions that return valid data other than PAPI_OPERATION_NOT_SUPPORTED. Otherwise, NULL is returned.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOlibpapi(3LIB), attributes(5) SunOS 5.11 17 Jan 2007 papiLibrarySupportedCall(3PAPI)
Related Man Pages |
---|
libpapi(3lib) - opensolaris |
papi_is_initialized(3) - centos |
papi_library_init(3) - centos |
papiservicecreate(3papi) - opensolaris |
papiservicedestroy(3papi) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
C snipet on char Pointers |