r1viollet

Results 54 comments of r1viollet
trafficstars

Thanks for the screen shot. The risk I see is that a lot of activity will relate to the framework and not the user activity, like scheduling logics (example: epoll...

Thanks, I tried it in wrapper mode. I am seeing stacks with JIT information from erlang. I am not sure how helpful this would be to users. ![image](https://github.com/DataDog/ddprof/assets/74836499/5d73817a-decb-4200-934f-bf5bf0462b9e) In `--global`...

For wholehost: the fix is to retrieve the namespaced PID and to look for the perf map with the correct name.

Is this worth keeping open ?

We talked about this. We are OK with removing the so name as we are not using it today. Would it be possible to just drop this within a cargo...

can it be part of the rust flags (like linker flags)? I think @gleocadie did work that is similar, we should put settings in a similar place.

> I _think_ this approach should work for most languages. Do you think this is a viable path to achieve the same goals you have? Or are we always going...

@hoolioh coming in with the amazing work in #586 !

I think in osx you can not use keychains after fork - man page of fork: https://www.unix.com/man-page/osx/2/fork/ ``` There are limits to what you can do in the child process....

I think we can close until we go back to implementing macOS support.