Searched refs:sectionInfo (Results 1 – 1 of 1) sorted by relevance
541 Map<String, List<SectionPeriod>> sectionInfo = new HashMap<>(); in parseAtraceInfoFile() local594 if (sectionInfo.containsKey(matchingBegin.name)) { in parseAtraceInfoFile()600 sectionInfo.get(matchingBegin.name).add(newSecPeriod); in parseAtraceInfoFile()610 sectionInfo.put(matchingBegin.name, infoList); in parseAtraceInfoFile()620 return sectionInfo; in parseAtraceInfoFile()