hanbeom

Results 5 issues of hanbeom

currently source code use 1 to flag for load shared object immediately. but this is not enough all of cases, if shared object need to be modify it own properties...

The feature to trace running processes is useful. In particular, it is attractive that it can skip the initialization stage of the program and track only the functions user want....

enhancement
help wanted

Currently, uftrace uses thread local storage provided by Posix standard libraries. I think this is also good in terms of compatibility. But I think using the thread local storage provided...

for currently, uftrace use file to save uftrace datas which contains symbols and tracing information. this is good for portable and independetable. but bad for useable. user cannot use tracing...

enhancement

this PR contains implementation of TODO that attaching the already running process. **usage** : ``` $ uftrace record ---pid= --force ``` example: ``` $ ./node_g simple_server.js ``` ``` # another...

enhancement
dynamic