From: Mathieu Desnoyers Date: Fri, 9 Oct 2015 16:24:23 +0000 (-0400) Subject: Fix: lttng trace-clock needs to disable preemption X-Git-Tag: v2.6.5~4 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d3a177c909622313ef3a314e0ce812b0aca9d5ad;hp=d3a177c909622313ef3a314e0ce812b0aca9d5ad;p=lttng-modules.git Fix: lttng trace-clock needs to disable preemption We use a per-cpu data structure, and some contexts (e.g. buffer create) call this function with preemption enabled. This is the case also for buffer flush operation. Signed-off-by: Mathieu Desnoyers ---