Hi, i want to profile golang application on Windows 10 with amd uprof, but have hard time to make it work. Is it even possible? I saw in the guide that golang isnt supported language for this profiler, but shouldnt it be enough to have generated debug symbols? Golang generate `DWARF` symbols by default and i tried also cv2pdb tool to convert it to .pdb file, but none of these solutions worked.
By "it doesnt work" i mean that the profiler cant resolve addresses to function names and doesnt show source files, just short disassembly snippets.
It looks like this, while i would expect to see function name under offset address together with source code for this piece of code: