Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h71 struct EventMem { struct
72 static constexpr uint8_t MAX_TRACER_NAME_LEN = 8;
73 static constexpr uint8_t MAX_TYPE_NAME_LEN = 16;
74 static constexpr uint8_t MAX_COMM_LEN = 16;
75 uint32_t tag = 0;
76 uint32_t len = 0;
77 uint32_t pid = 0;
78 uint32_t tid = 0;
79 char tagName[MAX_TRACER_NAME_LEN];
80 uint64_t start = 0;
[all …]