Performance: Mark channel and buffer event disabled check unlikely
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2016 15:01:29 +0000 (11:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2016 15:01:29 +0000 (11:01 -0400)
commite650bcc12be0e62b166ffa1e5171fef2c437d267
treeb1e19373f4c9c93317d19558fab0cdca08d6bf08
parent6212b6b6ae1db7f267bcbd017737ac6dfa9ffe16
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 <mathieu.desnoyers@efficios.com>
lib/ringbuffer/frontend_api.h
This page took 0.024826 seconds and 4 git commands to generate.