Home
last modified time | relevance | path

Searched refs:ksymsParser_ (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dflow_controller.cpp63 ksymsParser_ = std::make_unique<KernelSymbolsParser>(); in FlowController()
92 CHECK_NOTNULL(ksymsParser_, 0, "KernelSymbolsParser create FAILED!"); in SetWriter()
93 ksymsParser_->Parse(FtraceFsOps::GetInstance().GetKernelSymbols()); in SetWriter()
255 CHECK_NOTNULL(ksymsParser_, -1, "create KernelSymbolsParser FAILED!"); in StartCapture()
712 ksymsParser_->Accept([&tracePluginResult](const KernelSymbol& symbol) {
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dflow_controller.h103 std::unique_ptr<KernelSymbolsParser> ksymsParser_ = nullptr; member in FlowController

Completed in 2 milliseconds