From: Mathieu Desnoyers Date: Mon, 19 Sep 2016 01:31:02 +0000 (-0400) Subject: Performance: Mark channel and buffer event disabled check unlikely X-Git-Tag: v2.9.0-rc1~16 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=f52a5702dbeb8125ca373ba363b29cbff3042cc1;hp=f52a5702dbeb8125ca373ba363b29cbff3042cc1;p=lttng-ust.git Performance: Mark channel and buffer event disabled check unlikely Channel and buffer are typically enabled when tracing, else the probes would not be connected. Ensure the compiler optimizes for the right usual case. Signed-off-by: Mathieu Desnoyers ---