lttng: probe callbacks
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 28 Nov 2011 12:42:24 +0000 (07:42 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 29 Nov 2011 01:05:07 +0000 (10:05 +0900)
commit1e8ab70d74ed14bc287e2cb98145e860e2d95f6e
tree1af152009868379b490ff1f7b4eef17f5d2011eb
parent97104e24fbefa7081e4c9aa9bff3c4fa1a0212cf
lttng: probe callbacks

Implement the LTTng probe callbacks. One notable file here is
lttng-events.h, which is the core implementation of the LTTng
TRACE_EVENT macros for generation of probes and tracepoint decription
from the TRACE_EVENT declarations.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
16 files changed:
drivers/staging/lttng/probes/Makefile [new file with mode: 0644]
drivers/staging/lttng/probes/define_trace.h [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-events-reset.h [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-events.h [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-ftrace.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-kprobes.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-kretprobes.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-probe-block.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-probe-irq.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-probe-kvm.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-probe-lttng.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-probe-sched.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-type-list.h [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-types.c [new file with mode: 0644]
drivers/staging/lttng/probes/lttng-types.h [new file with mode: 0644]
drivers/staging/lttng/probes/lttng.h [new file with mode: 0644]
This page took 0.028123 seconds and 5 git commands to generate.