How can I get perf to find symbols in my program

后端 未结 8 1617
醉梦人生
醉梦人生 2021-01-30 09:24

When using perf report, I don\'t see any symbols for my program, instead I get output like this:

$ perf record /path/to/racket ints.rkt 10000
$ pe         


        
8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-30 10:11

    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

提交回复
热议问题