Home
last modified time | relevance | path

Searched refs:fieldLine (Results 1 - 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dftrace_processor.h72 bool HandleFieldFormat(const std::string &fieldLine, EventFormat &format);
H A Dftrace_processor.cpp260 bool FtraceProcessor::HandleFieldFormat(const std::string &fieldLine, EventFormat &format) in HandleFieldFormat() argument
266 for (auto &partInfo : SplitStringToVec(fieldLine, ";")) { in HandleFieldFormat()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_parser.cpp206 bool FtraceParser::ParseFieldFormat(const std::string& fieldLine, EventFormat& format) in ParseFieldFormat() argument
214 for (auto& part : StringUtils::Split(fieldLine, ";")) { in ParseFieldFormat()
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dftrace_parser.h99 bool ParseFieldFormat(const std::string& fieldLine, EventFormat& format);

Completed in 4 milliseconds