You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: