Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h51 struct EventFs { struct
52 static constexpr uint8_t MAX_TRACER_NAME_LEN = 8;
53 static constexpr uint8_t MAX_TYPE_NAME_LEN = 16;
54 static constexpr uint8_t MAX_COMM_LEN = 16;
55 uint32_t tag = 0;
56 uint32_t len = 0;
57 uint32_t pid = 0;
58 uint32_t tid = 0;
59 char tracerName[MAX_TRACER_NAME_LEN];
60 uint64_t start = 0;
[all …]