Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp252 parserThreadCount_++; in ParseTraceDataItem()
268 parserThreadCount_--; in GetNextSegment()
269 TS_LOGI("exiting parser, parserThread Count:%d\n", parserThreadCount_); in GetNextSegment()
271 if (!parserThreadCount_ && !filterThreadStarted_) { in GetNextSegment()
402 if (toExit_ && !parserThreadCount_) { in FilterData()
Dbytrace_parser.h151 int parserThreadCount_ = 0; variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_parser.cpp133 parserThreadCount_++; in ParseTraceDataItem()
190 if (toExit_ && !parserThreadCount_) { in FilterThread()
457 parserThreadCount_--; in GetNextSegment()
458 TS_LOGI("exiting parser, parserThread Count:%d\n", parserThreadCount_); in GetNextSegment()
462 if (!parserThreadCount_ && !filterThreadStarted_) { in GetNextSegment()
Dhtrace_parser.h123 int parserThreadCount_ = 0; variable