You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eBPF exitprobes do not work on OCaml functions that are tailcalls.
Introduce some noop hooks that are forced to be non-tailcalls, by
disabling inlining on them.
This enables `bpftrace` to be able to hook these functions for debugging
and performance measurement purposes, and otherwise have negligible
runtime impact (just a function call and a return).
0 commit comments