Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp438 bool switchInFakeLog, in DeleteRedundance() argument
451 if (switchInFakeLog) { in DeleteRedundance()
452 switchInFakeLog = false; in DeleteRedundance()
459 if (switchInFakeLog && (mark.find(tracingMarkerKey_ + "B") != std::string::npos)) { in DeleteRedundance()
488 auto switchInFakeLog = false; in ConvertFfrtThreadToFfrtTaskByLine() local
517 switchInFakeLog = true; in ConvertFfrtThreadToFfrtTaskByLine()
521 …DeleteRedundance(mark, results[line], switchInFakeLog, switchOutFakeLog, pid, taskLabels[pid][gid]… in ConvertFfrtThreadToFfrtTaskByLine()
Dffrt_converter.h113 bool switchInFakeLog,