From: Mathieu Desnoyers Date: Thu, 12 Dec 2019 18:07:18 +0000 (-0500) Subject: Fix: consumer: honor "active" flush flag X-Git-Tag: v2.12.0-rc1~159 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=5416a504a1ff9f2444e594084836dc8b59739526;hp=5416a504a1ff9f2444e594084836dc8b59739526 Fix: consumer: honor "active" flush flag Honor "active" flush flag in both kernel and ust consumers. A flush "active" does a flush which will not generate empty packets (no event), whereas an "inactive" flush will generate empty packets if flushing a current packet which has no event. Signed-off-by: Mathieu Desnoyers Change-Id: Icc9772ba3ae18e96f24354ac6eb9223f343c3458 Signed-off-by: Jérémie Galarneau ---