Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp269 static void ParseCommonFiledIndex(CommonFiledIndex& commonIndex, const std::string& name, int index) in ParseCommonFiledIndex() argument
272 commonIndex.type = index; in ParseCommonFiledIndex()
274 commonIndex.flags = index; in ParseCommonFiledIndex()
276 commonIndex.preemt = index; in ParseCommonFiledIndex()
278 commonIndex.pid = index; in ParseCommonFiledIndex()
319 … ParseCommonFiledIndex(format.commonIndex, name, static_cast<int>(format.commonFields.size())); in ParseFieldFormat()
728 auto index = format.commonIndex; in ParseFtraceCommonFields()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h141 CommonFiledIndex commonIndex = {}; member