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

debugging: remove strace and replace with perf probe for uprobes #181

Closed
clementleger opened this issue Mar 21, 2023 · 1 comment
Closed
Labels
debugging Debugging/Profiling/Tracing training

Comments

@clementleger
Copy link
Contributor

The strace lab is actually a bit crappy, it only allows the user to get familiar with strace but does not allow to do anything useful. However, an example using perf probe would be much more useful and would allow tracing a userspace application.

@clementleger clementleger added the debugging Debugging/Profiling/Tracing training label Mar 21, 2023
@Tropicao
Copy link
Contributor

Tropicao commented May 2, 2023

Duplicate of #164
Moreover, instead of removing strace, we could probably improve it, since strace is a valuable tool for quick userspace binary inspection

@Tropicao Tropicao closed this as completed May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugging Debugging/Profiling/Tracing training
Projects
None yet
Development

No branches or pull requests

2 participants