Searched refs:ParentPIDStr (Results 1 – 1 of 1) sorted by relevance
1887 const StringRef ParentPIDStr = Line.rsplit('(').second.split(':').first; in parseForkEvent() local1888 if (ParentPIDStr.getAsInteger(10, FI.ParentPID)) { in parseForkEvent()1890 Diag << "Found: " << ParentPIDStr << "in '" << Line << "'\n"; in parseForkEvent()