Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CallstackInstr: switch to SBE/EBE callbacks #1445

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Commits on Feb 17, 2024

  1. CallstackInstr: switch to SBE/EBE callbacks

    The old logic would miss many calls if tb_chaining was enabled (which is
    is by default). Since this plugin did not disable tb_chaining, many calls
    would be missed if a user didn't disable chaining or load another plugin
    that disabled chaining.
    
    This commit updates the plugin to use start_block_exec and end_block_exec
    which work even with tb_chaining enabled.
    AndrewFasano committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    a8f238a View commit details
    Browse the repository at this point in the history