#dtrace

  1. niekgigashvili

    Other tracing shared library functions using DTrace

    Hi, I'm working with DTrace to track function calls within shared libraries. Typically, this is straightforward. For example, let's say I have a binary named "foo" and a library named "libbar.so." when I run "foo," I can trace every function call made inside "libbar.so." However, shared...
Back
Top