Home
last modified time | relevance | path

Searched refs:sys_close_args_t (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/hiebpf/include/
Dfstrace_types.h85 struct sys_close_args_t { struct
103 struct sys_close_args_t close_args; argument
Dfstrace_progs.h467 struct sys_close_args_t* args = &fs_se->close_args; in BPF_KPROBE()
/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c596 const struct sys_close_args_t *args = (const struct sys_close_args_t *) addr; in emit_strtrace_event()