The problem is described in: #53 (comment)
run an app in profile mode and open the Performance view in Flutter DevTools, you will see this screen:

As you can see in the stack traces at the bottom of the view (CPU Flame Chart), symbols are resolved to their offsets within the shared objects (/proc/self/fd/35/lib/libflutter_engine.so+0x.....) but not their actual names. I'm not sure whether this is normal (because the symbols were stripped out).