@@ -314,14 +314,14 @@ mca_pml_ob1_recv_frag_t*
314314check_cantmatch_for_match (mca_pml_ob1_comm_proc_t * proc )
315315{
316316 mca_pml_ob1_recv_frag_t * frag = proc -> frags_cant_match ;
317-
318- #if SOFTWARE_EVENTS_ENABLE == 1
317+ #if SPC_ENABLE == 1
319318 opal_timer_t timer = 0 ;
320319#endif
321- SW_EVENT_TIMER_START (OMPI_OOS_MATCH_TIME , & timer );
320+
321+ SPC_TIMER_START (OMPI_OOS_MATCH_TIME , & timer );
322322 if ( (NULL != frag ) && (frag -> hdr .hdr_match .hdr_seq == proc -> expected_sequence ) ) {
323323 mca_pml_ob1_recv_frag_t * ret = remove_head_from_ordered_list (& proc -> frags_cant_match );
324- SW_EVENT_TIMER_STOP (OMPI_OOS_MATCH_TIME , & timer );
324+ SPC_TIMER_STOP (OMPI_OOS_MATCH_TIME , & timer );
325325 return ret ;
326326 }
327327 SPC_TIMER_STOP (OMPI_OOS_MATCH_TIME , & timer );
@@ -396,7 +396,7 @@ void mca_pml_ob1_recv_frag_callback_match(mca_btl_base_module_t* btl,
396396 MCA_PML_OB1_RECV_FRAG_ALLOC (frag );
397397 MCA_PML_OB1_RECV_FRAG_INIT (frag , hdr , segments , num_segments , btl );
398398 append_frag_to_ordered_list (& proc -> frags_cant_match , frag , proc -> expected_sequence );
399- SW_EVENT_RECORD (OMPI_OUT_OF_SEQUENCE , 1 );
399+ SPC_RECORD (OMPI_OUT_OF_SEQUENCE , 1 );
400400 OB1_MATCHING_UNLOCK (& comm -> matching_lock );
401401 return ;
402402 }
0 commit comments