Skip to content

Callstack_instr: disable TB chaining to improve accuracy#1485

Merged
AndrewFasano merged 1 commit into
devfrom
callstack_instr_tb_chain
Apr 1, 2024
Merged

Callstack_instr: disable TB chaining to improve accuracy#1485
AndrewFasano merged 1 commit into
devfrom
callstack_instr_tb_chain

Conversation

@AndrewFasano

Copy link
Copy Markdown
Contributor

#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
@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