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
After reviewing, f9-kernel already provide the infrastructure ksym for this approach, we can take time and improve Kprobe for real dynamic tracing in user space.
The text was updated successfully, but these errors were encountered:
At this moment, f9-kernel Kprobe approach was using function address in kernel,
we can saw it at kernel/sampling-kdb.c for the example.
Compare to Linux kernel Kprobe, it was using symbol name for user space program to insert the kprobe into kernel:
After reviewing, f9-kernel already provide the infrastructure
ksym
for this approach, we can take time and improve Kprobe for real dynamic tracing in user space.The text was updated successfully, but these errors were encountered: