Very slow detaching
marcinslusarz opened this issue · 2 comments
marcinslusarz commented
For example "vltrace ls" take 24s to finish.
marcinslusarz commented
Possible solutions:
- fixing the underlying issue :)
- multi-threaded detaching
- daemon mode (one background process waiting on Unix socket and another one controlling it)
marcinslusarz commented
Another idea is to use per syscall tracepoints - detaching from them should be faster than from kprobes.