From: Julien Desfossez Date: Fri, 23 Feb 2018 16:37:11 +0000 (-0500) Subject: Use the memory pool instead of kmalloc X-Git-Tag: v2.9.9~11 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=1e537d1facc8af916278babcde0a5407cb26eb3b;hp=1e537d1facc8af916278babcde0a5407cb26eb3b;p=lttng-modules.git 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 Signed-off-by: Mathieu Desnoyers ---