Fix: update vmscan instrumentation for kernel 4.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Jan 2016 19:23:43 +0000 (14:23 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Jan 2016 19:25:14 +0000 (14:25 -0500)
commitd0d2908478bdc8c36faaeae6fcb687052cb5f93b
tree972210edf6d0155fb50bfdbe44d660cf73f84fe9
parent4ce9f32b8ec6ff1de14d734607a5f4a20fb743e5
Fix: update vmscan instrumentation for kernel 4.5

The following tracepoint changes made their way into Linux 4.5-rc1:

commit 3aa2385111168187f24a6db04697c6fab0fab9b4
Author: yalin wang <yalin.wang2010@gmail.com>
Date:   Thu Jan 14 15:18:30 2016 -0800

    mm/vmscan.c: change trace_mm_vmscan_writepage() proto type

and

commit ba5e9579433aefcdccdec207601e124d3bdf2a71
Author: yalin wang <yalin.wang2010@gmail.com>
Date:   Thu Jan 14 15:18:48 2016 -0800

    mm: change mm_vmscan_lru_shrink_inactive() proto types

Update the lttng-modules instrumentation to match those changes.

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