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

bpflist doesn't show attached probes #4981

Open
jeromemarchand opened this issue Apr 30, 2024 · 0 comments
Open

bpflist doesn't show attached probes #4981

jeromemarchand opened this issue Apr 30, 2024 · 0 comments

Comments

@jeromemarchand
Copy link
Contributor

bpflist -vv shows no attached kprobes or uprobes

$bpflist -vv
open kprobes:

open uprobes:

PID    COMM             TYPE  COUNT
2718   biolatency       map   2
2718   biolatency       prog  2
``

I suspect this is because bpflist looks for the probes in debugfs (/sys/kernel/debug/tracing/{k,u}probe_events) and attach_kprobe uses perf_event_open() syscall when available, which is probably always nowadays.
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