[patch]add maat_compile_state statistics

This commit is contained in:
liuwentan
2023-06-08 17:43:05 +08:00
parent c5accc49f2
commit daf9e96e10
4 changed files with 26 additions and 6 deletions

View File

@@ -155,6 +155,7 @@ struct maat_stat {
long long *hit_cnt;
long long *not_grp_hit_cnt;
long long *maat_state_cnt;
long long *maat_compile_state_cnt;
long long scan_err_cnt;
long long zombie_rs_stream;