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

example: make goroutine trace example work #95

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Conversation

Officeyutong
Copy link
Contributor

@Officeyutong Officeyutong commented Jan 21, 2024

This PR makes 31-goroutine basically work.

It traces the state switch of goroutines. But due to some hard issues (the struct field offset is not fixed amonf different go versions, the ABI is also not stable), the example is only limited to be working at the provided executable. See README for more details

@yunwei37 yunwei37 marked this pull request as ready for review February 13, 2024 22:29
@Officeyutong Officeyutong marked this pull request as draft February 16, 2024 03:34
@Officeyutong Officeyutong marked this pull request as ready for review February 22, 2024 13:07
@Officeyutong Officeyutong merged commit c120bb4 into main Feb 22, 2024
6 checks passed
@Officeyutong Officeyutong deleted the update-goroutine branch February 22, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants