Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dflow_controller.h101 TracePluginConfig_ParseMode parseMode_ = TracePluginConfig_ParseMode_NORMAL; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dflow_controller.cpp212 if (parseMode_ == TracePluginConfig_ParseMode_NORMAL) { in StartCapture()
214 } else if (parseMode_ == TracePluginConfig_ParseMode_DELAY_PARSE) { in StartCapture()
547 parseMode_ = traceConfig.parse_mode(); in LoadConfig()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dflow_controller_test.cpp230 controller.parseMode_ = TracePluginConfig_ParseMode_DELAY_PARSE;