From: Mathieu Desnoyers Date: Sat, 11 Jun 2011 17:19:13 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.lttng.org/home/git/lttng-modules X-Git-Tag: v2.0-pre1~55 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=d01202ff1f043dd04f62ab77aacea3c26cb65eb3;hp=5dd620faf35aaa3f5633435e22556d843f9cd4a5;p=lttng-modules.git Merge branch 'master' of ssh://git.lttng.org/home/git/lttng-modules --- diff --git a/probes/lttng-ftrace.c b/probes/lttng-ftrace.c index 476d6bce..b8bd3447 100644 --- a/probes/lttng-ftrace.c +++ b/probes/lttng-ftrace.c @@ -11,6 +11,10 @@ * Ftrace function tracer does not seem to provide synchronization between probe * teardown and callback execution. Therefore, we make this module permanently * loaded (unloadable). + * + * TODO: Move to register_ftrace_function() (which is exported for + * modules) for Linux >= 3.0. It is faster (only enables the selected + * functions), and will stay there. */ #include