Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_parser.h52 bool ParseFieldType(const std::string& type, FieldFormat& field);
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp315 ParseFieldType(type, fieldInfo); in ParseFieldFormat()
402 bool FtraceParser::ParseFieldType(const std::string& type, FieldFormat& field) in ParseFieldType() function in FtraceParser