Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h91 struct EventStr { struct
92 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 …]