commit | 1e8ab70d74ed14bc287e2cb98145e860e2d95f6e | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | Mon Nov 28 07:42:24 2011 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Nov 29 10:05:07 2011 +0900 |
tree | 1af152009868379b490ff1f7b4eef17f5d2011eb | |
parent | 97104e24fbefa7081e4c9aa9bff3c4fa1a0212cf [diff] |
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>