Lines Matching refs:PerfSample
282 bool VirtualUnwinder::unwind(const PerfSample *Sample, uint64_t Repeat) {
538 const PerfSample *Sample = Item.first.getPtr();
739 std::shared_ptr<PerfSample> Sample = std::make_shared<PerfSample>();
743 // Parsing call stack and populate into PerfSample.CallStack
754 // Parsing LBR stack and populate into PerfSample.LBRStack
764 AggregatedSamples[Hashable<PerfSample>(Sample)] += Count;
918 void PerfScriptReader::computeCounterFromLBR(const PerfSample *Sample,
945 std::shared_ptr<PerfSample> Sample = std::make_shared<PerfSample>();
946 // Parsing LBR stack and populate into PerfSample.LBRStack
950 AggregatedSamples[Hashable<PerfSample>(Sample)] += Count;
963 const PerfSample *Sample = Item.first.getPtr();
1169 const PerfSample *Sample = Item.first.getPtr();