Fix: missing Tracepoint prototype checking due to bogus merge
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Apr 2016 19:18:42 +0000 (15:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 27 Apr 2016 19:23:32 +0000 (15:23 -0400)
commitc782f1f3e8c799b7ba531ba940209014b66d4564
treecddecd0f8e98fc76adf19240717ccdc1dcbdf599
parent839650d39bc63c037254010088771f3e9b822d56
Fix: missing Tracepoint prototype checking due to bogus merge

Backport of the following commit:

commit 6633b022a8e6ef247af926919b493284308f7883
Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Date:   Fri Apr 17 16:35:35 2015 -0400

    Fix: check that class and instance prototype match

accidently disabled Tracepoint prototype checking by removing
the #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) required
to perform prototype checking between kernel and lttng-modules.
This issue was introduced in 2.6.1, only in the stable-2.6 branch.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-events.h
This page took 0.025688 seconds and 4 git commands to generate.