Use runtime.GoroutineProfile to link Guest and Host frames #35
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Right now we only profile the guest execution but to have a complete view, it would be interesting to link with the execution of the host-functions in the host itself.
The Go runtime provides an API runtime.GoroutineProfile to retrieve stack traces. Can we leverage this API to record the host activity and walk through the guest?
The text was updated successfully, but these errors were encountered: