libstapsdt icon indicating copy to clipboard operation
libstapsdt copied to clipboard

Create Systemtap's USDT probes at runtime

Results 7 libstapsdt issues
Sort by recently updated
recently updated
newest added

This abstracts the creation of the temporary ELF file to allow for two possible approaches: - The current (default) approach of allocating a temporary file to `/tmp` and dlopen'ing it...

Hello, I have written some bindings for LuaJIT to libstapsdt available here: https://git.sr.ht/~sm2n/luajit-stapsdt Hopefully someone may find them useful. Thanks.

I'm struggling to understand how libstapsdt supports is-enabled. It would appear that it relies on something, somewhere, overwriting the data at the address of the probe, but It's not clear...

By adding a USDT probe for probe firing to libstapsdt itself, we allow all tracers (which do not already know how to get access to the memfd-based dynamic libraries that...

Write integration tests that use the library and use readelf/objdump/etc. to ensure that the generated file is correct.