cadets / freebsd-old

FreeBSD src tree http://www.FreeBSD.org/
Other
12 stars 7 forks source link

`dtrace`: `dtrace:::ERROR` should be treated differently #157

Open dstolfa opened 1 year ago

dstolfa commented 1 year ago

We currently treat it as any other probe in the sense that we allow the guest to apply relocations, send it back as an activated probe to the host. However, the probe that is sent is actually :dtrace:::ERROR, making it the host one. This needs to be addressed and guests need to fire their own ERROR probes.