Detailed Description
Return Codes All of the functions contained in the PerfAPI return standardized error codes. Values greater than or equal to zero indicate success, less than zero indicates failure.
Define Documentation
Invalid or missing event attributes
Definition at line 270 of file papi.h.
Buffer size exceeded
Definition at line 268 of file papi.h.
Internal error, please send mail to the developers
Definition at line 254 of file papi.h.
Access to the counters was lost or interrupted
Definition at line 253 of file papi.h.
Not supported by component
Definition at line 251 of file papi.h.
Event exists, but cannot be counted due to counter resource limitations
Definition at line 256 of file papi.h.
Bad combination of features
Definition at line 272 of file papi.h.
Too many events or attributes
Definition at line 271 of file papi.h.
Invalid argument
Definition at line 248 of file papi.h.
EventSet domain is not supported for the operation
Definition at line 269 of file papi.h.
EventSet is currently counting
Definition at line 258 of file papi.h.
Unknown error code
Definition at line 262 of file papi.h.
Component Index isn't set
Definition at line 265 of file papi.h.
Hardware does not support performance counters
Definition at line 261 of file papi.h.
Event does not exist
Definition at line 255 of file papi.h.
No such EventSet Available
Definition at line 259 of file papi.h.
Not implemented
Definition at line 267 of file papi.h.
PAPI hasn't been initialized yet
Definition at line 264 of file papi.h.
Insufficient memory
Definition at line 249 of file papi.h.
Not supported
Definition at line 266 of file papi.h.
Event in argument is not a valid preset
Definition at line 260 of file papi.h.
EventSet is currently not running
Definition at line 257 of file papi.h.
Permission level does not permit operation
Definition at line 263 of file papi.h.
Backwards compatibility
Definition at line 252 of file papi.h.
A System/C library call failed
Definition at line 250 of file papi.h.
Number of error messages specified in this API
Definition at line 273 of file papi.h.
No error
Definition at line 247 of file papi.h.