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:49 +0000 (13:10 -0500)
commit1e537d1facc8af916278babcde0a5407cb26eb3b
treee85421d81ec94d234c7db8be25766c6270c44e38
parent140a62b06d149c780aef54f6ef0282310407734c
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.025487 seconds and 4 git commands to generate.