Searched refs:getCurrentLine (Results 1 – 2 of 2) sorted by relevance
380 if (isMMap2Event(TraceIt.getCurrentLine()) && in convertPerfDataToTrace()535 TraceIt.getCurrentLine().split(Records, " ", -1, false); in extractLBRStack()539 << TraceIt.getCurrentLine() << "\n"; in extractLBRStack()603 StringRef FrameStr = TraceIt.getCurrentLine().ltrim(); in extractCallstack()794 TraceIt.getCurrentLine().str(); in readSampleCounters()811 StringRef Line = TraceIt.getCurrentLine().ltrim(); in readSampleCounters()849 StringRef Line = TraceIt.getCurrentLine(); in readUnsymbolizedProfile()921 if (!TraceIt.getCurrentLine().getAsInteger(10, Count)) in parseAggregatedCount()987 if (isMMap2Event(TraceIt.getCurrentLine())) in parseEventOrSample()1043 if (!TraceIt.getCurrentLine().getAsInteger(10, FrameAddr)) in checkPerfScriptType()[all …]
42 StringRef getCurrentLine() { in getCurrentLine() function