bpftrace
bpftrace copied to clipboard
caller variable
Could return the caller address. Useful for frequency counting on which function called malloc(), etc, when you don't want the entire stack.
Might come out of #12 naturally.