Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_parser.h70 std::regex flexDataLocArrayRegex_; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp84 flexDataLocArrayRegex_ = std::regex(R"(__data_loc [a-zA-Z_0-9 ]+\[\] \w+)"); in Init()
401 if (std::regex_match(typeName, flexDataLocArrayRegex_)) { in ParseFieldType()