mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
switch to ID definition regions; reworked driver functions; more info for reporting uncompilable functions
This commit is contained in:
parent
83a0d89caf
commit
da6ac0b521
15 changed files with 619 additions and 581 deletions
|
@ -459,7 +459,7 @@ ProfileFuncs::ProfileFuncs(std::vector<FuncInfo>& funcs,
|
|||
auto pf = std::make_unique<ProfileFunc>(f.Func(), f.Body(),
|
||||
full_record_hashes);
|
||||
|
||||
if ( ! pred || (*pred)(pf.get()) )
|
||||
if ( ! pred || (*pred)(pf.get(), nullptr) )
|
||||
MergeInProfile(pf.get());
|
||||
else
|
||||
f.SetSkip(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue