|
PAPI
5.7.0.0
|
Get the multiplexing status of specified event set. More...
| EventSet | an integer handle for a PAPI event set as created by PAPI_create_eventset |
| PAPI_OK | |
| PAPI_EINVAL | One or more of the arguments is invalid, or the EventSet is already multiplexed. |
| PAPI_ENOEVST | The EventSet specified does not exist. |
| PAPI_EISRUN | The EventSet is currently counting events. |
| PAPI_ENOMEM | Insufficient memory to complete the operation. |
PAPI_get_multiplex tests the state of the PAPI_MULTIPLEXING flag in the specified event set, returning TRUE if a PAPI event set is multiplexed, or FALSE if not.