Update kernel probes to more detailed match to kernel versions
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Mon, 10 Dec 2012 16:12:14 +0000 (11:12 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 10 Dec 2012 16:12:14 +0000 (11:12 -0500)
commit7c68b363332170e4db100327ecc9e09b8a79cf29
tree543b2e335e0afd80de25ccc520a34457a422b017
parent83788d81815146024200cba5aa46c705a05d6b99
Update kernel probes to more detailed match to kernel versions

Some ifdef's are added to kernel probes instrumentation to make them
more close to original tracepoints in different kernel versions.
Supported kernel version are from 2.6.32 to 3.7.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
44 files changed:
instrumentation/events/lttng-module/asoc.h
instrumentation/events/lttng-module/block.h
instrumentation/events/lttng-module/ext3.h
instrumentation/events/lttng-module/jbd.h
instrumentation/events/lttng-module/jbd2.h
instrumentation/events/lttng-module/kmem.h
instrumentation/events/lttng-module/kvm.h
instrumentation/events/lttng-module/lock.h
instrumentation/events/lttng-module/module.h
instrumentation/events/lttng-module/power.h
instrumentation/events/lttng-module/sched.h
instrumentation/events/lttng-module/scsi.h
instrumentation/events/lttng-module/signal.h
instrumentation/events/lttng-module/skb.h
instrumentation/events/lttng-module/vmscan.h
instrumentation/events/mainline/asoc.h
instrumentation/events/mainline/block.h
instrumentation/events/mainline/ext3.h
instrumentation/events/mainline/fs_ext3.h [deleted file]
instrumentation/events/mainline/jbd.h
instrumentation/events/mainline/jbd2.h
instrumentation/events/mainline/kmem.h
instrumentation/events/mainline/power.h
instrumentation/events/mainline/sched.h
instrumentation/events/mainline/signal.h
instrumentation/events/mainline/vmscan.h
probes/Makefile
probes/lttng-probe-asoc.c
probes/lttng-probe-block.c
probes/lttng-probe-ext3.c
probes/lttng-probe-irq.c
probes/lttng-probe-jbd.c
probes/lttng-probe-jbd2.c
probes/lttng-probe-kmem.c
probes/lttng-probe-kvm.c
probes/lttng-probe-lock.c
probes/lttng-probe-module.c
probes/lttng-probe-napi.c
probes/lttng-probe-power.c
probes/lttng-probe-sched.c
probes/lttng-probe-scsi.c
probes/lttng-probe-skb.c
probes/lttng-probe-timer.c
probes/lttng-probe-vmscan.c
This page took 0.030851 seconds and 4 git commands to generate.