papi_destroy_eventset(3) centos man page | unix.com

Man Page: papi_destroy_eventset

Operating Environment: centos

Section: 3

PAPI_destroy_eventset(3)					       PAPI						  PAPI_destroy_eventset(3)

NAME
PAPI_destroy_eventset - Empty and destroy an EventSet.
SYNOPSIS
Detailed Description @par C Interface: int PAPI_destroy_eventset( int * EventSet ); PAPI_destroy_eventset deallocates the memory associated with an empty PAPI EventSet. Parameters: *EventSet A pointer to the integer handle for a PAPI event set as created by PAPI_create_eventset. The value pointed to by EventSet is then set to PAPI_NULL on success. Return values: PAPI_EINVAL One or more of the arguments is invalid. Attempting to destroy a non-empty event set or passing in a null pointer to be destroyed. PAPI_ENOEVST The EventSet specified does not exist. PAPI_EISRUN The EventSet is currently counting events. PAPI_EBUG Internal error, send mail to ptools-perfapi@ptools.org and complain. Examples: * // Free all memory and data structures, EventSet must be empty. * if ( PAPI_destroy_eventset( &EventSet ) != PAPI_OK ) * handle_error( 1 ); * @see PAPI_profil @n PAPI_create_eventset @n PAPI_add_event @n PAPI_stop.fi Author Generated automatically by Doxygen for PAPI from the source code. Version 5.2.0.0 Tue Jun 17 2014 PAPI_destroy_eventset(3)
Related Man Pages
papi_create_eventset(3) - centos
papi_add_events(3) - centos
papi_remove_named_event(3) - centos
papi_start(3) - centos
papi_stop(3) - centos
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Docker learning Phase-I