Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp279 auto nextTid = stoi(log.substr(beginPos, endPos - beginPos)); in ClassifySchedSwitchLogs() local
280 if (traceMap.find(nextTid) == traceMap.end()) { in ClassifySchedSwitchLogs()
281 traceMap[nextTid] = std::vector<int>(); in ClassifySchedSwitchLogs()
283 traceMap[nextTid].push_back(line); in ClassifySchedSwitchLogs()