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:10:43 +0000 (13:10 -0500)
commit72e7b8dd70ff6d692fced6d8aa095731a5d31ae9
treef0f016d3ce7c3705edd0b4411942ccfd67674a67
parentaa5d4c0dc4ba7a1f48a8a5e7e19888addc4548f0
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.025944 seconds and 4 git commands to generate.