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

Skip sending ETW trace event for nested lock which is always granted automatically #1301

Merged
merged 1 commit into from
Apr 18, 2024

Commits on Apr 16, 2024

  1. Skip sending ETW trace event for nested lock which is always granted …

    …automatically.
    
    Asking nested lock was not considered to be costly, but sending extra ETW event makes them to pop in performance traces. Since they don't provide much value to understand those traces, we should suppress them.
    
    (Note: we don't send ETW when lock is released, so there is no work there.)
    Lifeng Lu committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4f3380c View commit details
    Browse the repository at this point in the history