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:40:34 +0000 (15:40 -0400)
commit0aaa722073d030aad363e70d815c2508e273c570
tree82b40a9d66a5c853dcb6469f11b65219909ea861
parent265822ae7c567f883f17d89316b5540eb4447d6f
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.025686 seconds and 4 git commands to generate.