Searched refs:threadEventsMap (Results 1 – 3 of 3) sorted by relevance
44 threadEventsMap = new HashMap<String, String>(); in InitializeParser()250 if (!threadEventsMap.containsKey(threadName)) { in UpdateThreadEvents()251 threadEventsMap.put(threadName, entry); in UpdateThreadEvents()254 threadEventsMap.put(threadName, threadEventsMap.get(threadName) + "\n" + entry); in UpdateThreadEvents()265 HashMap<String, String> threadEventsMap; field in BaseTraceParser
69 for (String str : threadEventsMap.values()) { in CheckTraceFileFormat()
106 for (String str : threadEventsMap.values()) { in CheckTraceFileFormat()