Fix: lttng trace-clock needs to disable preemption
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Oct 2015 16:24:23 +0000 (12:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 21 Oct 2015 19:41:02 +0000 (15:41 -0400)
commitfe2ebb3d5c4ffbbe3a04cfba2e357c63617cbf83
tree578ffc457784812e20728aa901fab14804e7b36c
parent1f7d83a89fd4c975f0e3fccd55fa59e03527152e
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 <mathieu.desnoyers@efficios.com>
wrapper/trace-clock.h
This page took 0.030903 seconds and 4 git commands to generate.