Author :
mpi
Date :
2024-12-04 09:33:41
Hash :ffce2a54 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.