Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_processor.h92 std::regex flexDataLocArrayRegex_; variable
Dftrace_processor.cpp65 flexDataLocArrayRegex_(std::regex(R"(__data_loc [a-zA-Z_0-9 ]+\[\] \w+)")), in FtraceProcessor()
388 if (std::regex_match(curTypeName, flexDataLocArrayRegex_)) { in HandleFieldType()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp67 flexDataLocArrayRegex_ = std::regex(R"(__data_loc [a-zA-Z_0-9 ]+\[\] \w+)"); in Init()
390 if (std::regex_match(typeName, flexDataLocArrayRegex_)) { in ParseFieldType()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_parser.h218 std::regex flexDataLocArrayRegex_; variable