In order for pprof to find the symbols in the profile, we need to rename the binaries from foo.mojo to libfoo_library.so. This CL adds that step to the stop_profiling command in skydb. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/812573006