Home
last modified time | relevance | path

Searched refs:profiling_file_mode (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-profiling-prefilter.c61 static const char *profiling_file_mode = "a"; variable
81 profiling_file_mode = "a"; in SCProfilingPrefilterGlobalInit()
83 profiling_file_mode = "w"; in SCProfilingPrefilterGlobalInit()
145 SCLogDebug("file %s mode %s", profiling_file_name, profiling_file_mode); in SCProfilingPrefilterDump()
147 fp = fopen(profiling_file_name, profiling_file_mode); in SCProfilingPrefilterDump()
H A Dutil-profiling-rulegroups.c68 static const char *profiling_file_mode = "a"; variable
89 profiling_file_mode = "a"; in SCProfilingSghsGlobalInit()
91 profiling_file_mode = "w"; in SCProfilingSghsGlobalInit()
234 SCLogDebug("file %s mode %s", profiling_file_name, profiling_file_mode); in SCProfilingSghDump()
236 fp = fopen(profiling_file_name, profiling_file_mode); in SCProfilingSghDump()
H A Dutil-profiling-keywords.c67 static const char *profiling_file_mode = "a"; variable
87 profiling_file_mode = "a"; in SCProfilingKeywordsGlobalInit()
89 profiling_file_mode = "w"; in SCProfilingKeywordsGlobalInit()
166 SCLogDebug("file %s mode %s", profiling_file_name, profiling_file_mode); in SCProfilingKeywordDump()
168 fp = fopen(profiling_file_name, profiling_file_mode); in SCProfilingKeywordDump()
H A Dutil-profiling-rules.c83 static const char *profiling_file_mode = "a"; variable
178 profiling_file_mode = "a"; in SCProfilingRulesGlobalInit()
180 profiling_file_mode = "w"; in SCProfilingRulesGlobalInit()
431 fp = fopen(profiling_file_name, profiling_file_mode); in SCProfilingRuleDump()