Closed mmat11 closed 2 years ago
trampoline type programs are only implemented on x86 (https://elixir.bootlin.com/linux/latest/C/ident/arch_prepare_bpf_trampoline)
To support aarch64, fentry/fexits needs to be replaced with kprobes/tracepoints
https://github.com/elastic/ebpf/pull/87
trampoline type programs are only implemented on x86 (https://elixir.bootlin.com/linux/latest/C/ident/arch_prepare_bpf_trampoline)
To support aarch64, fentry/fexits needs to be replaced with kprobes/tracepoints