Searched refs:fstrace_start_event_t (Results 1 - 7 of 7) sorted by relevance
/developtools/profiler/hiebpf/src/ |
H A D | fstrace_args_converter.cpp | 23 static int Openat2ArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in Openat2ArgsConverter() 32 static int ReadArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in ReadArgsConverter() 41 static int WriteArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in WriteArgsConverter() 50 static int Pread64ArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in Pread64ArgsConverter() 59 static int Pwrite64ArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in Pwrite64ArgsConverter() 68 static int ReadvArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in ReadvArgsConverter() 77 static int WritevArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in WritevArgsConverter() 86 static int PreadvArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in PreadvArgsConverter() 95 static int PwritevArgsConverter(__u64* args, const struct fstrace_start_event_t* startEvent) in PwritevArgsConverter() 104 static int CloseArgsConverter(__u64* args, const struct fstrace_start_event_t* startEven [all...] |
H A D | hiebpf.bpf.c | 120 const struct fstrace_start_event_t* start_event = bpf_map_lookup_elem(&start_event_map, &pid_tgid); in emit_fstrace_event() 121 int err = bpf_probe_read_kernel(&cmplt_event->start_event, sizeof(struct fstrace_start_event_t), start_event); in emit_fstrace_event()
|
/developtools/profiler/hiebpf/include/ |
H A D | fstrace_progs.h | 23 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 63 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 102 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 141 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 181 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 221 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 261 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 303 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() 349 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in pwritev_entry() 454 struct fstrace_start_event_t *fs_s in BPF_KPROBE() [all...] |
H A D | fstrace_args_converter.h | 22 using ConverterType = int (*) (__u64*, const struct fstrace_start_event_t *);
|
H A D | hiebpf_types.h | 17 struct fstrace_start_event_t start_event; 135 struct fstrace_start_event_t fs_se;
|
H A D | fstrace_types.h | 90 struct fstrace_start_event_t { struct
|
H A D | bpf_event_receiver.h | 217 int ConvertFSTraceArgsToArray(__u64 *args, const struct fstrace_start_event_t *start_event) in ConvertFSTraceArgsToArray() 219 int (*fn) (__u64*, const struct fstrace_start_event_t *) = g_argsConverterTable[start_event->type]; in ConvertFSTraceArgsToArray()
|
Completed in 6 milliseconds