Searched defs:EventStr (Results 1 – 1 of 1) sorted by relevance
91 struct EventStr { struct92 static constexpr uint8_t MAX_STR_TRACE_NAME_LEN = 8;93 static constexpr uint8_t MAX_STR_TYPE_NAME_LEN = 16;94 uint32_t tag = 0;95 uint32_t len = 0;96 uint32_t pid = 0;97 uint32_t tid = 0;98 uint64_t start = 0;99 uint32_t srcTracer = 0;100 uint32_t srcType = 0;[all …]