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:25 +0000 (09:59 -0500)
commite884017cbfa16713c2c4c6e1cdb0839808736fc9
tree72aac62476d6b4bc156df509fffaf5dd6207e556
parentd072dbc6353855937ca51f2c3746ad25ad21d978
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.025892 seconds and 4 git commands to generate.