|
PAPI
5.0.1.0
|
00001 #ifndef EXTRAS_H 00002 #define EXTRAS_H 00003 00004 int _papi_hwi_stop_timer( int timer, int signal ); 00005 int _papi_hwi_start_timer( int timer, int signal, int ms ); 00006 int _papi_hwi_stop_signal( int signal ); 00007 int _papi_hwi_start_signal( int signal, int need_context, int cidx ); 00008 int _papi_hwi_initialize( DynamicArray_t ** ); 00009 int _papi_hwi_dispatch_overflow_signal( void *papiContext, caddr_t address, 00010 int *, long long, int, 00011 ThreadInfo_t ** master, int cidx ); 00012 void _papi_hwi_dispatch_profile( EventSetInfo_t * ESI, caddr_t address, 00013 long long over, int profile_index ); 00014 00015 00016 #endif /* EXTRAS_H */