Describe the feature
Hi, in 2.9 and bellow, there is an argument --lib path
in profiler.sh
to specify the path of libasyncProfier.so in the container.
But 3.0 and above, this argument is missing. I think this argument is necessary.
Use Case
asprof -e cpu --libpath /tmp/libasyncProfiler.so 1234
Proposed Solution
Add the argument back.
Acknowledgements