Home
last modified time | relevance | path

Searched refs:getCurrentLine (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.cpp418 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()
H A DPerfReader.h41 StringRef getCurrentLine() { in getCurrentLine() function
538 !TraceIt.getCurrentLine().ltrim().getAsInteger(16, FrameAddr)) { in checkPerfScriptType()
543 if (isLBRSample(TraceIt.getCurrentLine())) { in checkPerfScriptType()