CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/23 05:24:01
Modified files:
usr.sbin/btrace: btrace.c
Log message:
btrace(8): init and update timespec for BEGIN/END event
BEGIN and END use a fake dt(4) event, so in order to use the nsecs
var or time() it needs a timespec set. Init for BEGIN and update
at END.
ok mpi@
