Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h106 struct EventBIO { struct
107 static constexpr uint8_t MAX_TYPE_NAME_LEN = 16;
108 static constexpr uint8_t MAX_COMM_LEN = 16;
109 uint32_t tag = 0;
110 uint32_t len = 0;
111 uint32_t pid = 0;
112 uint32_t tid = 0;
113 char comm[MAX_COMM_LEN];
114 uint64_t start = 0;
115 uint64_t end = 0;
[all …]