search for: _relocatable_

Displaying 1 result from an estimated 1 matches for "_relocatable_".

Did you mean: _reloadable_
2010 Aug 10
2
USDT probes
...he tracepoint is actually installed on the victim process. My question is about how Solaris discovers the correct instruction pointer (PC) on the target victim. The DOF only has information relative to the offset inside the function where the probe is defined and the address of the function in the _relocatable_ object. So, whenever I''m building a program with an usdt probe I get: libdtrace DEBUG: defined probe database:::query-start main() +0x13 (main) When I run ''dtrace -n ''database*:::'''' the fasttrap module inserts the probe at the 0x13 offset, not the ac...