CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/04/06 05:18:02
Modified files:
sys/dev/dt : dt_dev.c dt_prov_kprobe.c dt_prov_profile.c
dt_prov_static.c dt_prov_syscall.c dtvar.h
Log message:
Remove (unused) in-kernel event filtering, it's currently dead code.
All events are currently exported to userland in order to support complex
filters. If this becomes a bottleneck it should be possible to translate
(some) user-land filters to in-kernel fitlers.
Prodded by a diff from Christian Ludwig to also trace the tracing program.
ok claudio@