Home
last modified time | relevance | path

Searched refs:totalPerfStats (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/snort3/snort3-3.1.19.0/src/profiler/
H A Dprofiler.cc46 THREAD_LOCAL ProfileStats totalPerfStats; variable
84 totalPerfStats.time.elapsed = run_timer->get(); in stop()
85 totalPerfStats.time.checks = checks; in stop()
H A Dprofiler.h47 extern THREAD_LOCAL snort::ProfileStats totalPerfStats;
/dports/security/snort/snort-2.9.18/src/
H A Dprofiler.c82 PreprocStats totalPerfStats; variable
833 if (idx->node->stats == &totalPerfStats) in PrintWorstPreprocs()
950 if (parent && (parent->node->stats != &totalPerfStats)) in ShowPreprocProfiles()
960 new->pct_of_total = (double)idx->stats->ticks/totalPerfStats.ticks*100.0; in ShowPreprocProfiles()
H A Dprofiler.h196 extern PreprocStats totalPerfStats;
H A Dsnort.c245 totalPerfStats, eventqPerfStats, rulePerfStats, mpsePerfStats;
1601 PREPROC_PROFILE_START_PI(totalPerfStats); in PacketCallback()
1621 PREPROC_PROFILE_END_PI(totalPerfStats); in PacketCallback()
1644 PREPROC_PROFILE_END_PI(totalPerfStats); in PacketCallback()
1652 PREPROC_PROFILE_END_PI(totalPerfStats); in PacketCallback()
1793 PREPROC_PROFILE_END_PI(totalPerfStats); in PacketCallback()
5246 RegisterPreprocessorProfile("detect", &detectPerfStats, 0, &totalPerfStats, NULL); in SnortInit()
5252 RegisterPreprocessorProfile("decode", &decodePerfStats, 0, &totalPerfStats, NULL); in SnortInit()
5253 RegisterPreprocessorProfile("eventq", &eventqPerfStats, 0, &totalPerfStats, NULL); in SnortInit()
5254 RegisterPreprocessorProfile("total", &totalPerfStats, 0, NULL, NULL); in SnortInit()
[all …]
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ftptelnet/
H A Dspp_ftptelnet.c293 … _dpd.addPreprocProfileFunc("ftptelnet_ftp", (void*)&ftpPerfStats, 0, _dpd.totalPerfStats, NULL); in FTPTelnetInit()
294 …d.addPreprocProfileFunc("ftptelnet_telnet", (void*)&telnetPerfStats, 0, _dpd.totalPerfStats, NULL); in FTPTelnetInit()
296 …addPreprocProfileFunc("ftptelnet_ftpdata", (void*)&ftpdataPerfStats, 0, _dpd.totalPerfStats, NULL); in FTPTelnetInit()
/dports/security/snort/snort-2.9.18/src/dynamic-examples/dynamic-preprocessor/
H A Dspp_example.c122 _dpd.addPreprocProfileFunc("example", (void *)&examplePerfStats, 0, _dpd.totalPerfStats, NULL); in ExampleInit()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_bo.c262 RegisterPreprocessorProfile("backorifice", &boPerfStats, 0, &totalPerfStats, NULL); in BoInit()
H A Dspp_arpspoof.c208 RegisterPreprocessorProfile("arpspoof", &arpPerfStats, 0, &totalPerfStats, NULL); in ARPspoofInit()
H A Dspp_perfmonitor.c210 RegisterPreprocessorProfile("perfmon", &perfmonStats, 0, &totalPerfStats, NULL); in PerfMonitorInit()
H A Dspp_normalize.c613 "normalize", &norm_perf_stats, 0, &totalPerfStats, NULL); in Preproc_Install()
H A Dspp_httpinspect.c775 RegisterPreprocessorProfile("httpinspect", &hiPerfStats, 0, &totalPerfStats, NULL); in HttpInspectInit()
776 RegisterPreprocessorProfile("http2inspect", &hi2PerfStats, 0, &totalPerfStats, NULL); in HttpInspectInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A Dspp_appid.c518 _dpd.addPreprocProfileFunc("fwApp", &appMatchPerfStats, 0, _dpd.totalPerfStats, NULL); in AppIdInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/s7commplus/
H A Dspp_s7comm.c159 …_dpd.addPreprocProfileFunc("s7commplus", (void *)&s7commplusPerfStats, 0, _dpd.totalPerfStats, NUL… in S7commplusOneTimeInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/gtp/
H A Dspp_gtp.c187 _dpd.addPreprocProfileFunc("gtp", (void *)&gtpPerfStats, 0, _dpd.totalPerfStats, NULL); in GTPInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/modbus/
H A Dspp_modbus.c182 _dpd.addPreprocProfileFunc("modbus", (void *)&modbusPerfStats, 0, _dpd.totalPerfStats, NULL); in ModbusOneTimeInit()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_preprocessor.h396 void *totalPerfStats; member
H A Dsf_dynamic_plugins.c2650 preprocData.totalPerfStats = &totalPerfStats; in InitDynamicPreprocessors()
2652 preprocData.totalPerfStats = NULL; in InitDynamicPreprocessors()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/pop/
H A Dspp_pop.c230 _dpd.addPreprocProfileFunc("pop", (void*)&popPerfStats, 0, _dpd.totalPerfStats, NULL); in POPInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/imap/
H A Dspp_imap.c225 _dpd.addPreprocProfileFunc("imap", (void*)&imapPerfStats, 0, _dpd.totalPerfStats, NULL); in IMAPInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/ssl_common/
H A Dssl_ha.c465 … _dpd.addPreprocProfileFunc("sslHAConsume", &sslHAConsumePerfStats, 0, _dpd.totalPerfStats, NULL); in SSLHAInit()
H A Dssl_config.c683 _dpd.addPreprocProfileFunc("ssl", (void *)&sslpp_perf_stats, 0, _dpd.totalPerfStats, NULL); in SSLPP_init()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/smtp/
H A Dspp_smtp.c225 _dpd.addPreprocProfileFunc("smtp", (void*)&smtpPerfStats, 0, _dpd.totalPerfStats, NULL); in SMTPInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sdf/
H A Dspp_sdf.c165 … _dpd.addPreprocProfileFunc("sensitive_data", (void *)&sdfPerfStats, 0, _dpd.totalPerfStats, NULL); in SDFInit()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/dnp3/
H A Dspp_dnp3.c209 _dpd.addPreprocProfileFunc("dnp3", (void *)&dnp3PerfStats, 0, _dpd.totalPerfStats, NULL); in DNP3OneTimeInit()

12