Home
last modified time | relevance | path

Searched refs:fstrace_cmplt_event_t (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/hiebpf/src/
H A Dbpf_controller.cpp526 static int DumpOpenat2Args(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpOpenat2Args()
535 static int DumpReadvArgs(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpReadvArgs()
545 static int DumpPreadvArgs(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpPreadvArgs()
556 static int DumpReadArgs(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpReadArgs()
565 static int DumpPread64Args(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpPread64Args()
575 static int DumpWritevArgs(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpWritevArgs()
585 static int DumpPwritevArgs(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpPwritevArgs()
596 static int DumpWriteArgs(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpWriteArgs()
605 static int DumpPwrite64Args(const struct fstrace_cmplt_event_t &cmpltEvent) in DumpPwrite64Args()
615 static int DumpCloseArgs(const struct fstrace_cmplt_event_t
[all...]
H A Dbpf_event_receiver.cpp77 struct fstrace_cmplt_event_t cmplt_event {}; in ReceiveFSTraceEvent()
287 const struct fstrace_cmplt_event_t *cmplt_event, in EncodeFSTraceEvent()
H A Dhiebpf.bpf.c112 const u64 event_size = sizeof(struct fstrace_cmplt_event_t); in emit_fstrace_event()
113 struct fstrace_cmplt_event_t *cmplt_event = bpf_ringbuf_reserve(&bpf_ringbuf_map, event_size, 0); in emit_fstrace_event()
/developtools/profiler/hiebpf/include/
H A Dbpf_event_receiver.h202 const struct fstrace_cmplt_event_t *cmplt_event,
227 inline __u32 GetFSTraceTLVItemSize(const struct fstrace_cmplt_event_t &cmplt_event) in GetFSTraceTLVItemSize()
H A Dhiebpf_types.h15 struct fstrace_cmplt_event_t { struct

Completed in 8 milliseconds