Performance: add missing "caa_unlikely" on fast-path
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 21 Nov 2016 20:58:29 +0000 (15:58 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 21 Nov 2016 21:05:14 +0000 (16:05 -0500)
commit0c1a7553a0a7ef4936230e7775bd743b29e908d4
tree8f98646cf1483c13da2cc825861576a46f2f5f0a
parent645308b93959e8eee0642c8ea3e36656f694858e
Performance: add missing "caa_unlikely" on fast-path

There is a missing branch prediction hint on the return value of
lib_ring_buffer_reserve().

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ring-buffer-client.h
This page took 0.023795 seconds and 4 git commands to generate.