dtrace tests: Extend the kinst regression test

Trace a function which disables interrupts.
This commit is contained in:
Mark Johnston 2022-12-08 15:07:48 -05:00
parent 84d7fe4a6f
commit add8a6c9ac

View file

@ -20,6 +20,7 @@ script()
kinst::vm_fault: {}
kinst::amd64_syscall: {}
kinst::exit1: {}
kinst::spinlock_enter: {}
tick-10s {exit(0);}
__EOF__