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.h134 struct EventFormat { struct
135 uint32_t eventId = 0;
136 uint32_t eventSize = 0;
137 std::string eventName = "";
138 std::string eventType = "";
139 std::vector<FieldFormat> fields = {};
140 std::vector<FieldFormat> commonFields = {};
141 CommonFiledIndex commonIndex = {};