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 14:59:30 +0000 (09:59 -0500)
commit2bf9218e860dc384419eda9ebdf561d86f38a85e
treeda404728ee50c232a17415f72912d6d25dfceb52
parent39d1ce904a6584c0c8e27f8a9dbca7d370f2937f
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.025661 seconds and 4 git commands to generate.