Fix: make writeback instrumentation build for 4.3 kernel
authorRabin Vincent <rabin.vincent@axis.com>
Mon, 26 Oct 2015 11:40:32 +0000 (12:40 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Oct 2015 18:38:37 +0000 (14:38 -0400)
commit92f0e09dba021c179220ed54b474f6149496b09c
tree766042d017e36979622f8d7f754fc56a1bd58884
parente655c2d56f2df45ab547aec57c98aabf25d78325
Fix: make writeback instrumentation build for 4.3 kernel

The backported patch "Fix: writeback instrumentation update for 4.3
Linux kernel" (ee33121c8ff05b44ab) used a newer definition of
LTTNG_TRACEPOINT_EVENT_CLASS which is not available in v2.6.

Note that, while this fixes the build, the global_dirty_limit symbol
used by some writeback events is no longer present since the 4.2 kernel,
and will result in runtime "lookup failed" warnings if those events are
used.  This is also the case on current master.

Signed-off-by: Rabin Vincent <rabinv@axis.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/writeback.h
This page took 0.026348 seconds and 4 git commands to generate.