CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/12/04 02:33:41
Modified files:
usr.sbin/btrace: btrace.c
regress/usr.sbin/btrace: Makefile multiprobe.bt multiprobe.ok
Log message:
Disallows registering multiple probes of the same type.
If a bt(5) script uses the same probe multiple times (like interval:hz),
btrace(8) has currently no knowledge of which rule to execute when it
parses events read from the kernel.
Disable the funcitonnality until someone in need of such feature comes
up with a nice implementation.
>From Christian Ludwig.