On 2018-11-02, Aleksa Sarai wrote: > For kretprobes I think it would be fairly easy to reconstruct what > landed you into a kretprobe_trampoline by walking the set of > kretprobe_instances (since all new ones are added to the head, you can > get the real return address in-order). > > But I still have to figure out what is actually stopping the > save_stack_trace() unwinder that isn't stopping the show_stacks() > unwinder (though the show_stacks() code is more ... liberal with the > degree of certainty it has about the unwind). As an aside, I just tested with the frame unwinder and it isn't thrown off-course by kretprobe_trampoline (though obviously the stack is still wrong). So I think we just need to hook into the ORC unwinder to get it to continue skipping up the stack, as well as add the rewriting code for the stack traces (for all unwinders I guess -- though ideally we should do this without having to add the same code to every architecture). -- Aleksa Sarai Senior Software Engineer (Containers) SUSE Linux GmbH