Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.h120 void ParseThread();
Dbytrace_parser.cpp216 std::thread MatchLineThread(&BytraceParser::ParseThread, this); in ParseTraceDataItem()
295 void BytraceParser::ParseThread() in ParseThread() function in SysTuning::TraceStreamer::BytraceParser
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.h142 void ParseThread();
Dhtrace_parser.cpp206 std::thread ParseTypeThread(&HtraceParser::ParseThread, this); in ParseTraceDataItem()
405 void HtraceParser::ParseThread() in ParseThread() function in SysTuning::TraceStreamer::HtraceParser