Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/examples/bpf/
Dhello.c3 int syscall_enter(openat)(void *args) in syscall_enter() function
Dsys_enter_openat.c28 int syscall_enter(openat)(struct syscall_enter_openat_args *args) in syscall_enter() function
/linux-6.1.9/tools/perf/include/bpf/
Dbpf.h55 #define syscall_enter(name) \ macro