PAPI_disable_component_by_name (3) - Linux Manuals
NAME
PAPI_disable_component_by_name -
SYNOPSIS
Detailed Description
etval ENOCMP component does not exist etval ENOINIT unable to disable the component, the library has already been initialized
aram component_name name of the component to disable.
ar Example:
PAPI_disable_component_by_name() must be called before PAPI_library_init().
See Also:
PAPI_disable_component
Generated automatically by Doxygen for PAPI from the source code.
int result;
result = PAPI_disable_component_by_name("example");
if (result==PAPI_OK)
printf("component //...
PAPI_library_init(PAPI_VER_CURRENT);
*
Author