CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/28 09:42:25
Modified files:
sys/dev/dt : dt_dev.c dt_prov_syscall.c dtvar.h
Log message:
Export the number of arguments exposed by a probe to userland.
Also make the syscall provider exports the number of syscall
arguments. This will allow for stricter checks when parsing
`argN' and future `args->name'.
This is an ABI change, don't forget to keep btrace(8) and your
kernel in sync.
