summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorLei Wang <wlei@fb.com>2024-09-04 11:08:40 -0700
committerGitHub <noreply@github.com>2024-09-04 11:08:40 -0700
commit6e60330af55bfdf5b34aed4c9197cd3afbf00498 (patch)
tree2ba71678bbd865a210ca31ecb78ab93f4c0bdf55 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent61759513c8166a6420ded480802de72859a45499 (diff)
[SampleFDO] Read call-graph matching recovered top-level function profile (#101053)
With extbinary profile format, initial profile loading only reads profile based on current function names in the module. However, if a function is renamed, sample loader skips to load its original profile(which has a different name), we will miss this case. To address this, we load the top-level profile candidate explicitly for the matching. If a match is found later, the function profile will be further preserved for use by the sample loader.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions