Lines Matching refs:Traces
726 auto &Traces = Reader->getTemporalProfTraces(Input.Weight); in loadInput() local
727 if (!Traces.empty()) in loadInput()
729 Traces, Reader->getTemporalProfTraceStreamSize()); in loadInput()
2908 auto &Traces = Reader->getTemporalProfTraces(); in showInstrProfile() local
2909 OS << "Temporal Profile Traces (samples=" << Traces.size() in showInstrProfile()
2911 for (unsigned i = 0; i < Traces.size(); i++) { in showInstrProfile()
2912 OS << " Temporal Profile Trace " << i << " (weight=" << Traces[i].Weight in showInstrProfile()
2913 << " count=" << Traces[i].FunctionNameRefs.size() << "):\n"; in showInstrProfile()
2914 for (auto &NameRef : Traces[i].FunctionNameRefs) in showInstrProfile()
3221 auto &Traces = Reader->getTemporalProfTraces(); in order_main() local
3222 auto Nodes = TemporalProfTraceTy::createBPFunctionNodes(Traces); in order_main()