Home
last modified time | relevance | path

Searched refs:fs_se (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/hiebpf/include/
H A Dfstrace_progs.h23 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() local
26 fs_se->stime = bpf_ktime_get_ns(); in BPF_KPROBE()
28 fs_se->type = SYS_OPENAT2; in BPF_KPROBE()
29 struct sys_openat2_args_t* args = &fs_se->openat2_args; in BPF_KPROBE()
32 emit_strtrace_event(fs_se->stime, fs_se->type, filename, FSTRACE); in BPF_KPROBE()
63 struct fstrace_start_event_t *fs_se = &start_event.fs_se; in BPF_KPROBE() local
66 fs_se in BPF_KPROBE()
102 struct fstrace_start_event_t *fs_se = &start_event.fs_se; BPF_KPROBE() local
141 struct fstrace_start_event_t *fs_se = &start_event.fs_se; BPF_KPROBE() local
181 struct fstrace_start_event_t *fs_se = &start_event.fs_se; BPF_KPROBE() local
221 struct fstrace_start_event_t *fs_se = &start_event.fs_se; BPF_KPROBE() local
261 struct fstrace_start_event_t *fs_se = &start_event.fs_se; BPF_KPROBE() local
303 struct fstrace_start_event_t *fs_se = &start_event.fs_se; BPF_KPROBE() local
349 struct fstrace_start_event_t *fs_se = &start_event.fs_se; pwritev_entry() local
454 struct fstrace_start_event_t *fs_se = &start_event.fs_se; BPF_KPROBE() local
[all...]
H A Dhiebpf_types.h135 struct fstrace_start_event_t fs_se; member

Completed in 2 milliseconds