When using perf report, I don\'t see any symbols for my program, instead I get output like this:
perf report
$ perf record /path/to/racket ints.rkt 10000 $ pe
In my case the solution was to delete the elf files which contained cached symbols from previous builds and were messing things up.
They are in ~/.debug/ folder