Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dbpf_event_receiver.h43 struct FixedFSTraceTLVItem { struct
44 __u32 tracer_;
45 __u32 itemLen_;
46 __u32 pid_;
47 __u32 tid_;
48 char tracerName_[MAX_TRACER_NAME_LEN]; // MAX_TRACER_NAME_LEN = 8 bytes, which is 64 bits
49 __u64 stime_;
50 __u64 ctime_;
51 char typeName_[MAX_TYPE_NAME_LEN]; // MAX_TYPE_NAME_LEN = 16 bytes, which is 128 bits
52 int32_t retval_;
[all …]