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

retsnoop: whether it's possible to add a feature to support tracing multi-tracepoints #78

Open
x-lugoo opened this issue Sep 28, 2024 · 1 comment

Comments

@x-lugoo
Copy link

x-lugoo commented Sep 28, 2024

Currently, tracing multiple tracepoints simultaneously is not supported. However, enabling this feature would be highly beneficial for users. For example, attempting to trace multiple tracepoints using the following syntax results in an error:

# retsnoop -e '*[nfs]' -e '*[nfsv4]' -e '*[sunrpc]'  -J 'tp:sunrcp:*' -J 'tp:nfs:*' -J 'tp:nfs4:*' -ss  -TS
Unrecognized injection probe spec 'tp:sunrcp:*'. Supported formats are:
  - 'kprobe:<name>+<offset>' for kprobes;
  - 'kretprobe:<name>' for kretprobes;
  - 'rawtp:<name>' for raw tracepoints;
  - 'tp:<category>:<name>' for tracepoints.
DONE in 0 ms.
@anakryiko
Copy link
Owner

Yep, that sounds like a good feature, I'll put it on TODO list.

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

2 participants