Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dmmap-basic.c27 const char *syscall_names[] = { "getsid", "getppid", "getpgid", }; in test__basic_mmap() local
29 #define nsyscalls ARRAY_SIZE(syscall_names) in test__basic_mmap()
67 snprintf(name, sizeof(name), "sys_enter_%s", syscall_names[i]); in test__basic_mmap()