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.cpp258 static void ParseCommonFiledIndex(CommonFiledIndex& commonIndex, const std::string& name, int index) in ParseCommonFiledIndex() argument
261 commonIndex.type = index; in ParseCommonFiledIndex()
263 commonIndex.flags = index; in ParseCommonFiledIndex()
265 commonIndex.preemt = index; in ParseCommonFiledIndex()
267 commonIndex.pid = index; in ParseCommonFiledIndex()
308 … ParseCommonFiledIndex(format.commonIndex, name, static_cast<int>(format.commonFields.size())); in ParseFieldFormat()
707 auto& index = format.commonIndex; in ParseFtraceCommonFields()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h141 CommonFiledIndex commonIndex = {}; member