mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
added new Cluster:: BiFs to script optimization tracking
This commit is contained in:
parent
a2a47ba334
commit
2a9c1d900f
3 changed files with 11 additions and 1 deletions
|
@ -72,6 +72,11 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"Analyzer::__register_for_port", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Analyzer::__schedule_analyzer", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Analyzer::__tag", ATTR_FOLDABLE},
|
||||
{"Cluster::Backend::__init", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::__subscribe", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::__unsubscribe", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::make_event", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Cluster::publish", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"FileExtract::__set_limit", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Files::__add_analyzer", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"Files::__analyzer_enabled", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue