Go to the source code of this file.
◆ MAX_COUNTER_TERMS
◆ MAX_COUNTERS
#define MAX_COUNTERS BGP_UPC_MAX_MONITORED_EVENTS |
◆ hwd_context_t
◆ hwd_control_state_t
◆ hwd_reg_alloc_t
◆ hwd_register_t
◆ _papi_hwd_lock()
void _papi_hwd_lock |
( |
int |
lock | ) |
|
Definition at line 93 of file linux-bgq.c.
94{
95#ifdef DEBUG_BGQ
96 printf(
_AT_ " _papi_hwd_lock %d\n",
lock);
97#endif
99#if 1
101#else
103#endif
104
105#ifdef DEBUG_BGQ
106 printf(
_AT_ " _papi_hwd_lock got lock %d\n",
lock );
107#endif
108
109 return;
110}
UPC_Lock_t thdLocks[PAPI_MAX_LOCK]
◆ _papi_hwd_unlock()
void _papi_hwd_unlock |
( |
int |
lock | ) |
|
Definition at line 116 of file linux-bgq.c.
117{
118#ifdef DEBUG_BGQ
119 printf(
_AT_ " _papi_hwd_unlock %d\n",
lock );
120#endif
122#if 1
124#else
126#endif
127
128 return;
129}
◆ preset_search_map