Searched refs:getCurrentLine (Results 1 – 2 of 2) sorted by relevance
418 TraceIt.getCurrentLine().split(Records, " "); in extractLBRStack()484 while (!TraceIt.isAtEoF() && !TraceIt.getCurrentLine().startswith(" 0x")) { in extractCallstack()485 StringRef FrameStr = TraceIt.getCurrentLine().ltrim(); in extractCallstack()521 while (!TraceIt.isAtEoF() && !TraceIt.getCurrentLine().startswith(" 0x")) { in extractCallstack()551 if (!TraceIt.isAtEoF() && TraceIt.getCurrentLine().startswith(" 0x")) in parseHybridSample()558 if (!TraceIt.isAtEoF() && TraceIt.getCurrentLine().startswith(" 0x")) { in parseHybridSample()599 bool R = RegMmap2.match(TraceIt.getCurrentLine(), &Fields); in parseMMap2Event()603 TraceIt.getCurrentLine().str() + " \n"; in parseMMap2Event()621 if (TraceIt.getCurrentLine().startswith("PERF_RECORD_MMAP2")) in parseEventOrSample()
41 StringRef getCurrentLine() { in getCurrentLine() function538 !TraceIt.getCurrentLine().ltrim().getAsInteger(16, FrameAddr)) { in checkPerfScriptType()543 if (isLBRSample(TraceIt.getCurrentLine())) { in checkPerfScriptType()