Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dmmap-basic.c40 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()