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:23:43 +0000 (14:23 -0500)
commit01e289f7f79ad8ef5c9df7a05dc6307e9c2bee8d
treeb2aa7d5add393d9c123ac2e242da69b31004c5da
parent9c1f4643eb4a11d451a979d81389f0c2ff666af2
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.025166 seconds and 5 git commands to generate.