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

allocation profiler: get stacks for pool allocs via wrapper function #43868

Merged
merged 14 commits into from
Feb 7, 2022

Commits on Jan 19, 2022

  1. try wrapping pool alloc

    vilterp committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    db13a49 View commit details
    Browse the repository at this point in the history
  2. update exported functions

    vilterp committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    00a791e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f5ce0 View commit details
    Browse the repository at this point in the history
  4. capture managed_malloc

    vilterp authored and NHDaly committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c4207ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    667cc29 View commit details
    Browse the repository at this point in the history
  6. Fixup gc_managed_realloc_

    NHDaly committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    1a2d073 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #20 from vilterp/pv-alloc-profile-malloc

    alloc profiler: capture `managed_malloc` and `managed_realloc`
    vilterp authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    32f36dd View commit details
    Browse the repository at this point in the history
  8. Move type to param of _maybe_record_alloc_to_profile

    Make an UnknownType for the GC Profiler to handle these unknown types.
    NHDaly committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    da20069 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    38f7e9b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. alloc profile: inline gc_pool_alloc (with another wrapper) (#21)

    * add a wrapper and inline into it
    
    * review suggestions
    
    Co-authored-by: Nathan Daly <nhdaly@gmail.com>
    vilterp and NHDaly authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    51d0308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c98ae View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Comment

    NHDaly authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    0ebf97b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    c0cd472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c854e View commit details
    Browse the repository at this point in the history