Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp1880 const StringRef ChildPIDStr = Line.split('(').second.split(':').first; in parseForkEvent() local
1881 if (ChildPIDStr.getAsInteger(10, FI.ChildPID)) { in parseForkEvent()
1883 Diag << "Found: " << ChildPIDStr << "in '" << Line << "'\n"; in parseForkEvent()