Home
last modified time | relevance | path

Searched defs:EventFormat (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h154 struct EventFormat { struct
155 uint32_t eventId = 0;
156 uint32_t eventSize = 0;
157 std::string eventName = "";
158 std::string eventType = "";
159 std::string osVersion = "";
160 std::vector<FieldFormat> fields = {};
161 std::vector<FieldFormat> commonFields = {};
162 CommonFiledIndex commonIndex = {};