mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r199904:
Add SDT iter probes forgotten in r199885 (r200138 for stable/8).
This commit is contained in:
parent
0b845b9322
commit
d0b0b1b85a
1 changed files with 6 additions and 0 deletions
|
|
@ -148,6 +148,12 @@ deflate_global(data, size, decomp, out)
|
|||
zbuf.state->dummy, zbuf.total_out);
|
||||
goto bad;
|
||||
}
|
||||
SDT_PROBE5(opencrypto, deflate, deflate_global, iter,
|
||||
decomp, error, __LINE__,
|
||||
zbuf.avail_in, zbuf.avail_out);
|
||||
SDT_PROBE5(opencrypto, deflate, deflate_global, iter,
|
||||
decomp, error, __LINE__,
|
||||
zbuf.state->dummy, zbuf.total_out);
|
||||
if (decomp && zbuf.avail_in == 0 && error == Z_STREAM_END) {
|
||||
/* Done. */
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue