Edit

IABSD.fr/src/sys/dev/dt

Branch :

  • Show log

    Commit

  • Author : mpi
    Date : 2024-04-06 11:18:02
    Hash : c2c0b0cf
    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@