table of contents
other versions
- bookworm 7.0.0-2
- testing 7.1.0-5+b1
- unstable 7.1.0-5+b1
- experimental 7.2.0~b1-1
PAPI_get_event_info(3) | PAPI | PAPI_get_event_info(3) |
NAME¶
PAPI_get_event_info - Get the event's name and description info.
SYNOPSIS¶
Detailed Description¶
Parameters
EventCode event code (preset or native)
info structure with the event information PAPI_event_info_t
info structure with the event information PAPI_event_info_t
Return values
PAPI_EINVAL One or more of the arguments is
invalid.
PAPI_ENOTPRESET The PAPI preset mask was set, but the hardware event specified is not a valid PAPI preset.
PAPI_ENOEVNT The PAPI preset is not available on the underlying hardware.
PAPI_ENOTPRESET The PAPI preset mask was set, but the hardware event specified is not a valid PAPI preset.
PAPI_ENOEVNT The PAPI preset is not available on the underlying hardware.
This function fills the event information into a structure. In Fortran, some fields of the structure are returned explicitly. This function works with existing PAPI preset and native event codes.
See also
PAPI_event_name_to_code
Author¶
Generated automatically by Doxygen for PAPI from the source code.
Thu Dec 14 2023 | Version 7.1.0.0 |