Searched refs:syscall_names (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | mmap-basic.c | 40 const char *syscall_names[] = { "getsid", "getppid", "getpgid", }; in test__basic_mmap() local 42 #define nsyscalls ARRAY_SIZE(syscall_names) in test__basic_mmap() 81 snprintf(name, sizeof(name), "sys_enter_%s", syscall_names[i]); in test__basic_mmap()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | mmap-basic.c | 40 const char *syscall_names[] = { "getsid", "getppid", "getpgid", }; in test__basic_mmap() local 42 #define nsyscalls ARRAY_SIZE(syscall_names) in test__basic_mmap() 82 snprintf(name, sizeof(name), "sys_enter_%s", syscall_names[i]); in test__basic_mmap()
|
Completed in 2 milliseconds