suricata
SCProfileKeywordData_ Struct Reference

Data Fields

uint64_t checks
 
uint64_t matches
 
uint64_t max
 
uint64_t ticks_match
 
uint64_t ticks_no_match
 

Detailed Description

Extra data for rule profiling.

Definition at line 40 of file util-profiling-keywords.c.

Field Documentation

◆ checks

uint64_t SCProfileKeywordData_::checks

Definition at line 41 of file util-profiling-keywords.c.

Referenced by SCProfilingKeywordUpdateCounter().

◆ matches

uint64_t SCProfileKeywordData_::matches

Definition at line 42 of file util-profiling-keywords.c.

Referenced by SCProfilingKeywordUpdateCounter().

◆ max

uint64_t SCProfileKeywordData_::max

Definition at line 43 of file util-profiling-keywords.c.

Referenced by SCProfilingKeywordUpdateCounter().

◆ ticks_match

uint64_t SCProfileKeywordData_::ticks_match

Definition at line 44 of file util-profiling-keywords.c.

Referenced by SCProfilingKeywordUpdateCounter().

◆ ticks_no_match

uint64_t SCProfileKeywordData_::ticks_no_match

Definition at line 45 of file util-profiling-keywords.c.

Referenced by SCProfilingKeywordUpdateCounter().


The documentation for this struct was generated from the following file: