@ -3425,8 +3425,6 @@ TmEcode DetectEngineThreadCtxInit(ThreadVars *tv, void *initdata, void **data)
# ifdef PROFILING
# ifdef PROFILING
det_ctx - > counter_mpm_list = StatsRegisterAvgCounter ( " detect.mpm_list " , tv ) ;
det_ctx - > counter_mpm_list = StatsRegisterAvgCounter ( " detect.mpm_list " , tv ) ;
det_ctx - > counter_nonmpm_list = StatsRegisterAvgCounter ( " detect.nonmpm_list " , tv ) ;
det_ctx - > counter_fnonmpm_list = StatsRegisterAvgCounter ( " detect.fnonmpm_list " , tv ) ;
det_ctx - > counter_match_list = StatsRegisterAvgCounter ( " detect.match_list " , tv ) ;
det_ctx - > counter_match_list = StatsRegisterAvgCounter ( " detect.match_list " , tv ) ;
# endif
# endif
@ -3484,12 +3482,8 @@ DetectEngineThreadCtx *DetectEngineThreadCtxInitForReload(
det_ctx - > counter_alerts_suppressed = StatsRegisterCounter ( " detect.alerts_suppressed " , tv ) ;
det_ctx - > counter_alerts_suppressed = StatsRegisterCounter ( " detect.alerts_suppressed " , tv ) ;
# ifdef PROFILING
# ifdef PROFILING
uint16_t counter_mpm_list = StatsRegisterAvgCounter ( " detect.mpm_list " , tv ) ;
uint16_t counter_mpm_list = StatsRegisterAvgCounter ( " detect.mpm_list " , tv ) ;
uint16_t counter_nonmpm_list = StatsRegisterAvgCounter ( " detect.nonmpm_list " , tv ) ;
uint16_t counter_fnonmpm_list = StatsRegisterAvgCounter ( " detect.fnonmpm_list " , tv ) ;
uint16_t counter_match_list = StatsRegisterAvgCounter ( " detect.match_list " , tv ) ;
uint16_t counter_match_list = StatsRegisterAvgCounter ( " detect.match_list " , tv ) ;
det_ctx - > counter_mpm_list = counter_mpm_list ;
det_ctx - > counter_mpm_list = counter_mpm_list ;
det_ctx - > counter_nonmpm_list = counter_nonmpm_list ;
det_ctx - > counter_fnonmpm_list = counter_fnonmpm_list ;
det_ctx - > counter_match_list = counter_match_list ;
det_ctx - > counter_match_list = counter_match_list ;
# endif
# endif