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 39ba717 commit 11af7f1Copy full SHA for 11af7f1
bolt/lib/Profile/YAMLProfileReader.cpp
@@ -614,6 +614,8 @@ size_t YAMLProfileReader::matchWithPseudoProbes(BinaryContext &BC) {
614
615
uint64_t MatchedWithPseudoProbes = 0;
616
for (yaml::bolt::BinaryFunctionProfile &YamlBF : YamlBP.Functions) {
617
+ if (YamlBF.Used)
618
+ continue;
619
auto It = PseudoProbeDescHashToBF.find(YamlBF.PseudoProbeDescHash);
620
if (It == PseudoProbeDescHashToBF.end())
621
continue;
0 commit comments