ddprof
ddprof copied to clipboard
Group all PID dependant objects under a single object (Refactor)
Description
We are calling many different pid clean up functions instead of grouping everything under a single call.
The following PR improves the object model https://github.com/DataDog/ddprof/pull/400
The remaining work involves moving
- DSO objects to the process object
- Some of the symbol caching objects
The one drawback is having a process object that has many dependencies.