[llvm-profgen] An option to dump disasm of specified symbols
authorHongtao Yu <hoy@fb.com>
Wed, 22 Sep 2021 16:11:53 +0000 (09:11 -0700)
committerHongtao Yu <hoy@fb.com>
Wed, 22 Sep 2021 17:32:59 +0000 (10:32 -0700)
commit734f4d832cd2d3a9520d2384c98e1429b53e0238
tree2f82c7abcbf7300a74b0429052a1f385ee48578a
parent1a7b7d7ba23232fe27c996e1731da7099859569c
[llvm-profgen] An option to dump disasm of specified symbols

For large app, dumping disasm of the whole program can be slow and result in gianant output. Adding a switch to dump specific symbols only.

Reviewed By: wlei

Differential Revision: https://reviews.llvm.org/D110079
llvm/test/tools/llvm-profgen/pseudoprobe-decoding.test
llvm/tools/llvm-profgen/ProfiledBinary.cpp
llvm/tools/llvm-profgen/ProfiledBinary.h