Kris Van Hees

Results 24 comments of Kris Van Hees

For reference: this behaves the same in BPF-based DTrace as it does with legacy DTrace. So this is actually an issue with the overall implementation of TLS variables in D.

This will require additional audit because functions that return the size of a type need to be consistent (and all code that uses them needs to obviously follow that convention)....

Thank you so much for your question. It is great to hear from users. D (the language implemented by DTrace to write tracing scripts in) provides comparison operations for various...

The problem is that we do not properly handle dropped perf events, i.e. records that could not be recorded in the perf event output buffer because there not being space...

We certainly can look at it being an optional support - if debuginfo is available it would make sense to make use of it if it does not negatively impact...

On Wed, Aug 28, 2024 at 11:39:15AM -0700, Sam James wrote: > I think stap supports this for the kernel side too but AFAIK CTF & BTF don't > have...

Did you test after install or just from the build? This series changes the dtprobed so it needs to be running the new one for this to work. There is...