Windows PowerShell command on Get-command papiLibrarySupportedCall
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man papiLibrarySupportedCall

PAPI Library Functions papiLibrarySupportedCall(3PAPI)

NAME

papiLibrarySupportedCall, papiLibrarySupportedCalls - deter-

mine if a PAPI function returns valid data

SYNOPSIS

cc [ flag... ] file... -lpapi [ library... ]

#include

char papiLibrarySupportedCall(const char *name);

char **papiLibrarySupportedCalls(void);

PARAMETERS

name the name of a PAPI function

DESCRIPTION

The papiLibrarySupportedCall() function queries to determine

if a particular PAPI function returns valid data other than

PAPI_OPERATION_NOT_SUPPORTED.

The papiLibrarySupportedCalls() function enumerates all PAPI

functions that return valid data other than

PAPI_OPERATION_NOT_SUPPORTED.

RETURN VALUES

The papiLibrarySupportedCall() function returns PAPI_TRUE if

the specified PAPI function returns valid data other than

PAPI_OPERATION_NOT_SUPPORTED. Otherwise, PAPI_FALSE is

returned.

The papiLibrarySupportedCalls() function returns a null-

terminated array of strings listing all of the PAPI func-

tions that return valid data other than

PAPI_OPERATION_NOT_SUPPORTED. Otherwise, NULL is returned.

ATTRIBUTES

See attributes(5) for descriptions of the following attri-

butes:

SunOS 5.11 Last change: 17 Jan 2007 1

PAPI Library Functions papiLibrarySupportedCall(3PAPI)

____________________________________________________________

| ATTRIBUTE TYPE | ATTRIBUTE VALUE |

|_____________________________|_____________________________|

| Interface Stability | Volatile |

|_____________________________|_____________________________|

| MT-Level | Safe |

|_____________________________|_____________________________|

SEE ALSO

libpapi(3LIB), attributes(5)

SunOS 5.11 Last change: 17 Jan 2007 2




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™