Searched defs:syscall_name (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ | ||
| H A D | Util.py | 82 def syscall_name(id): function |
| /linux/arch/parisc/include/asm/ | ||
| H A D | unistd.h | 11 #define SYS_ify(syscall_name) __NR_##syscall_name argument |
| /linux/tools/lib/bpf/ | ||
| H A D | libbpf.c | 11625 char syscall_name[64]; probe_kern_syscall_wrapper() local |