Lines Matching refs:getCurrentLine
384 if (isMMap2Event(TraceIt.getCurrentLine()) && in convertPerfDataToTrace()
385 extractMMap2EventForBinary(Binary, TraceIt.getCurrentLine(), MMap)) { in convertPerfDataToTrace()
533 TraceIt.getCurrentLine().split(Records, " ", -1, false); in extractLBRStack()
537 << TraceIt.getCurrentLine() << "\n"; in extractLBRStack()
597 while (!TraceIt.isAtEoF() && !TraceIt.getCurrentLine().startswith(" 0x")) { in extractCallstack()
598 StringRef FrameStr = TraceIt.getCurrentLine().ltrim(); in extractCallstack()
643 while (!TraceIt.isAtEoF() && !TraceIt.getCurrentLine().startswith(" 0x")) { in extractCallstack()
688 if (!TraceIt.isAtEoF() && TraceIt.getCurrentLine().startswith(" 0x")) in parseSample()
695 if (!TraceIt.isAtEoF() && TraceIt.getCurrentLine().startswith(" 0x")) { in parseSample()
787 TraceIt.getCurrentLine().str(); in readSampleCounters()
793 if (TraceIt.getCurrentLine().ltrim().getAsInteger(10, Num)) in readSampleCounters()
804 StringRef Line = TraceIt.getCurrentLine().ltrim(); in readSampleCounters()
841 StringRef Line = TraceIt.getCurrentLine(); in readUnsymbolizedProfile()
912 if (!TraceIt.getCurrentLine().getAsInteger(10, Count)) in parseAggregatedCount()
972 if (extractMMap2EventForBinary(Binary, TraceIt.getCurrentLine(), MMap)) in parseMMap2Event()
978 if (isMMap2Event(TraceIt.getCurrentLine())) in parseEventOrSample()
1034 if (!TraceIt.getCurrentLine().getAsInteger(10, FrameAddr)) in checkPerfScriptType()
1040 !TraceIt.getCurrentLine().ltrim().getAsInteger(16, FrameAddr)) { in checkPerfScriptType()
1045 if (isLBRSample(TraceIt.getCurrentLine())) { in checkPerfScriptType()