Performance: implement lttng_inline_memcpy
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2016 16:27:01 +0000 (12:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 25 Sep 2016 16:27:01 +0000 (12:27 -0400)
commit327177e66f21b727a85de3c3f1ff06a84d7db461
tree940b966de8dc5e415cf31ea81d2e7aa724a11873
parent85a07c33f3b180d9c1be38832961d0feef66be66
Performance: implement lttng_inline_memcpy

Because all length parameters received for serializing data coming from
applications go through a callback, they are never constant, and it
hurts performance to perform a call to memcpy each time.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/ringbuffer/backend_internal.h
This page took 0.024781 seconds and 4 git commands to generate.