diff --git a/src/stratifier.c b/src/stratifier.c index 6b4ee37b..356f032d 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -4531,7 +4531,8 @@ int stratifier(proc_instance_t *pi) create_pthread(&pth_blockupdate, blockupdate, ckp); mutex_init(&sdata->stats_lock); - create_pthread(&pth_statsupdate, statsupdate, ckp); + if (!ckp->passthrough) + create_pthread(&pth_statsupdate, statsupdate, ckp); mutex_init(&sdata->share_lock); mutex_init(&sdata->block_lock);