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

i#4219 xl8: Add an rstat on synch xl8 failures #4228

Merged
merged 1 commit into from
Mar 27, 2020

Commits on Mar 26, 2020

  1. i#4219 xl8: Add an rstat on synch xl8 failures

    Adds an rstat "synchs_not_at_safe_spot" measuring the count of
    synch_with_thread attempts that had to be re-tried due to the target
    being suspended at an un-translatable (i.e., unsafe) spot.
    
    Adds a corresponding dr_stats_t field "synchs_not_at_safe_spot" for
    extraction.
    
    These will be useful for measuring the impact of clean calls and other
    un-translatable places on detach and other synch operations.
    
    Issue: #4219
    derekbruening committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    d65ad60 View commit details
    Browse the repository at this point in the history