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

Use runtime.GoroutineProfile to link Guest and Host frames #35

Open
Pryz opened this issue May 4, 2023 · 0 comments
Open

Use runtime.GoroutineProfile to link Guest and Host frames #35

Pryz opened this issue May 4, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@Pryz
Copy link
Contributor

Pryz commented May 4, 2023

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?

@achille-roussel achille-roussel added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants