We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b45b1 commit b851ca6Copy full SHA for b851ca6
bolt/lib/Profile/YAMLProfileReader.cpp
@@ -614,7 +614,7 @@ size_t YAMLProfileReader::matchWithPseudoProbes(BinaryContext &BC) {
614
615
uint64_t MatchedWithPseudoProbes = 0;
616
for (yaml::bolt::BinaryFunctionProfile &YamlBF : YamlBP.Functions) {
617
- auto It = PseudoProbeDescHashToBF.find(YamlBF.Hash);
+ auto It = PseudoProbeDescHashToBF.find(YamlBF.PseudoProbeDescHash);
618
if (It == PseudoProbeDescHashToBF.end())
619
continue;
620
BinaryFunction *BF = It->second;
0 commit comments