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

[question] What would it take for off-cpu samples on Linux? #87

Open
lukehsiao opened this issue Feb 9, 2024 · 0 comments
Open

[question] What would it take for off-cpu samples on Linux? #87

lukehsiao opened this issue Feb 9, 2024 · 0 comments

Comments

@lukehsiao
Copy link

samply is a sampling profiler and collects stack traces, per thread, at some sampling interval (the default 1000Hz, i.e. 1ms). On macOS, both on- and off-cpu samples are collected (so you can see under which stack you were blocking on a lock, for example). On Linux, only on-cpu samples are collected at the moment.

Huge fan of samply so far, but really would love off-cpu samples on Linux. Curious if there is a doc or discussion about what that would take to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant