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

Add the concept of "notification profilers" to the runtime #53122

Merged
merged 18 commits into from
Jun 15, 2021

Commits on Jun 6, 2021

  1. Rebase down to one commit

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    7d08960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0bcc43 View commit details
    Browse the repository at this point in the history
  3. Update max profilers

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    787460c View commit details
    Browse the repository at this point in the history
  4. Remove dead code

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    6cb3222 View commit details
    Browse the repository at this point in the history
  5. fix clang build

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    08b2889 View commit details
    Browse the repository at this point in the history
  6. Fix mono build

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    971184a View commit details
    Browse the repository at this point in the history
  7. fix gcc build

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    564266f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1f8ddb View commit details
    Browse the repository at this point in the history
  9. Update profdetach.cpp

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    53d97f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    392c99c View commit details
    Browse the repository at this point in the history
  11. rename CanThisProfilerBeLoadedNotificationOnly -> LoadProfilerNotific…

    …ationOnly, call UpdateGlobalEventMask before returns
    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    8437bc8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce0c522 View commit details
    Browse the repository at this point in the history
  13. Code review feedback

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    ceee964 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1244e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6cf6559 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dcb35bc View commit details
    Browse the repository at this point in the history
  17. Update ds-rt-coreclr.h

    davmason committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    07c4dfc View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Change to SList

    SArray doesn't work with classes that aren't POD since it doesn't initialize the backing memory and uses operator= not the constructor to assign elements
    davmason committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fc84abd View commit details
    Browse the repository at this point in the history