Use the memory pool instead of kmalloc
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 23 Feb 2018 16:37:11 +0000 (11:37 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 23 Feb 2018 18:09:44 +0000 (13:09 -0500)
commitec85ce1db0ca20e17fedbc85dde39613d830cbab
tree3346cf1c075727450b853ae74eb7442d6aa9e61a
parentf771eda68a28a432a87a7a71b23aab9692828700
Use the memory pool instead of kmalloc

Replace the use of kmalloc/kfree in the tracepoint probes that need
dynamic allocation with the tracepoint memory pool alloc/free.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/headers/syscalls_pointers_override.h
probes/lttng-tracepoint-event-impl.h
This page took 0.02521 seconds and 4 git commands to generate.