r1viollet

Results 32 issues of r1viollet

### What does this PR do? - Bump native profiler version to latest - Add documentation around allocation profiling ### Motivation Ensure users know about allocation profiling Ensure users download...

profiler

Insure we hold a reference to the code object when using it ## Checklist - [ ] Change(s) are motivated and described in the PR description. - [ ] Testing...

stale

- When pid option is specified, check all binaries from proc maps. - Lazy symbolization Retrieve symbols when needed. Add a cache to check if symbols were loaded. Authored by...

# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? In order...

# Description Allow `ddprof` to be deployed as a side container to monitor the activity of processes running on the host. # Context This was a request within the following...

enhancement

# Description We are calling many different pid clean up functions instead of grouping everything under a single call.

# What does this PR do? Add inlining # Motivation Several users were requesting this feature.

# What does this PR do? Capture perf events and unwind in kernel space. # Motivation Removing stack copies. # Additional Notes There is much more work left! # How...

# What does this PR do? To prevent clearing mmap data when it is not useful, we consider timestamps of comm and fork events. # Motivation We encountered an issue...

# What does this PR do? Implement a radix tree strategy using bitsets # Motivation Ensure we are accurate in the way we account for addresses. Check @richardstartin 's idea...