Remove lttng-ftrace integration
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 2 Mar 2020 16:26:39 +0000 (11:26 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 4 Mar 2020 15:00:55 +0000 (10:00 -0500)
commit853aee818b0f82ff37a7af159b6fa657ec3bcd29
treee3c317ab2a5b7448811434882584566b51477768
parentd1871f9e416d700fa268af9f799a6da75dd937da
Remove lttng-ftrace integration

The lttng-ftrace integration (LTTNG_KERNEL_FUNCTION instrumentation
type) was unused for a while now. The "function" probing is actually
done with kprobes and kretprobes (LTTNG_KERNEL_KPROBE and
LTTNG_KERNEL_KRETPROBE).

Remove it so a use of kallsyms_lookup_name() can be removed as well.
Note that in the future we could add back this support by using
register_ftrace_function() which is exported to kernel modules, but
considering that we have not been using this code for a while,
just remove the implementation for now.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Kbuild.common
lttng-abi.c
lttng-events.c
lttng-events.h
probes/Kbuild
probes/lttng-ftrace.c [deleted file]
wrapper/ftrace.h [deleted file]
This page took 0.025383 seconds and 4 git commands to generate.