summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto
diff options
context:
space:
mode:
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/deflate.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/opencrypto/deflate.c b/sys/opencrypto/deflate.c
index 2066eb5..2113611 100644
--- a/sys/opencrypto/deflate.c
+++ b/sys/opencrypto/deflate.c
@@ -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;
OpenPOWER on IntegriCloud