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

Callstack_instr: disable TB chaining to improve accuracy #1485

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

AndrewFasano
Copy link
Member

#1447 switches callstack_instr to use start block exec callbacks instead of before block exec to fix an issue where tb chaining causes calls to be missed. That PR is based off a now-reverted change in #1445. Unfortunately the changes in #1447 have revealed some unexpected non-determinism around the SBE callback that we're trying to track down before merging it.

This PR acts as an interim fix for callstack_instr to improve its accuracy by ensuring tb chaining is disabled.

@AndrewFasano AndrewFasano merged commit 09721c5 into dev Apr 1, 2024
7 checks passed
@AndrewFasano AndrewFasano deleted the callstack_instr_tb_chain branch April 1, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant