On Mon, 26 Nov 2018 16:43:56 +0100 Peter Zijlstra <[email protected]> wrote:
> > + /* Patch the call site: */ > > + text_poke_bp((void *)insn, opcodes, CALL_INSN_SIZE, > > + static_call_bp_handler); > > I'm confused by the whole static_call_bp_handler thing; why not jump > straight to @func ? Interesting, that might work. I can give it a try. -- Steve

