HomeSort by: relevance | last modified time | path
    Searched defs:CallProbe (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.cpp 305 const PseudoProbe *CallProbe = nullptr;
308 assert(!CallProbe &&
311 CallProbe = &Probe;
314 return CallProbe;
ProfileGenerator.cpp 582 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(SourceAddress);
583 if (CallProbe == nullptr)
586 getFunctionProfileForLeafProbe(ContextStrStack, CallProbe, Binary);
587 FunctionProfile.addBodySamples(CallProbe->Index, 0, Count);
593 FunctionProfile.addCalledTargetSamples(CallProbe->Index, 0, CalleeName,
PerfReader.h 404 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(Cur->Address);
409 if (!CallProbe)
411 Stack.push_back(CallProbe);

Completed in 35 milliseconds